Hex #c71585 Color

#c71585
equivalent to

RGB

(199, 21, 133)

Details of #c71585

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
199
28.0550
0.90
0.00
44.7616
14.3719
322°
37.9103
21
14.3719
0.81
0.89
71.0068
0.4256
89°
65.7535
133
23.4857
0.43
0.33   0.22
-15.1824
0.2180
78°
-10.1804

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000111
307
199
C7
Green
10101
25
21
15
Blue
10000101
205
133
85

RGB in % of #c71585

%56.37
%5.95
%37.68

CMYK in % of #c71585

%0
%89
%33
%22

Triads of color #c71585

#c71585 #1585c7 #85c785

Similar Colors to #c71585

#c71585 #b015c7 #c7152c

Preview Color #c71585 on black ground

#c71585 is very interesting for text.

Preview Color #c71585 on white ground

#c71585 is very interesting for text.

CSS Codes #c71585 color

.mybgcolor {background-color:#c71585; }
.myforecolor {color:#c71585; }
.mybordercolor {border:3px solid #c71585; }

Text Font Color #c71585

<p style="color:#c71585">Text here</p>

This sample text font color is #c71585
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #c71585

<div style="background-color:#c71585">
Div content here</div>

This div background color is #c71585


Border Color #c71585

<div style="border:3px solid #c71585">
Div here</div>

The color of this border is #c71585


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c71585; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #c71585;
-webkit-box-shadow: 1px 1px 3px 2px #c71585;
box-shadow:         1px 1px 3px 2px #c71585; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #c71585">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #c71585;
  -webkit-box-shadow: 1px 1px 3px 2px #c71585;
  box-shadow:         1px 1px 3px 2px #c71585;">
Div content here</div>

The shadow of div box using color #c71585