Color Hex Logo

#cd139f Color Hex

#CD139F
(205,19,159)
0 Favorites   0 Comments

Color spaces of #cd139f

RGB 20519159
HSL0.870.830.44
HSV315°91°80°
CMYK 0.000.910.22   0.20
XYZ31.667715.948134.2101
Yxy15.94810.38700.1949
Hunter Lab39.935171.6605-22.8358
CIE-Lab46.906375.4793-27.5061

#cd139f color RGB value is (205,19,159).

#cd139f hex color red value is 205, green value is 19 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cd139f hue: 0.87 , saturation: 0.83 and the lightness value of cd139f is 0.44.

The process color (four color CMYK) of #cd139f color hex is 0.00, 0.91, 0.22, 0.20. Web safe color of #cd139f is #cc0099. Color #cd139f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 10011111
Octal 315 23 237
Decimal 205 19 159
Hex CD 13 9F

RGB Percentages of Color #cd139f

%53.52
%4.96
%41.51

CMYK Percentages of Color #cd139f

%0
%91
%22
%20

Triadic Colors of #cd139f

#cd139f #9fcd13 #139fcd

Analogous Colors of #cd139f

#cd139f #cd1342 #9e13cd

Monochromatic Colors of #cd139f

#cd139f

Complementary Color

#cd139f #13cd41

#cd139f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd139f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd139f Color CSS Codes

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

#cd139f Text Font Color

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

This sample text font color is #cd139f
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.


#cd139f Background Color

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

This div background color is #cd139f


#cd139f Border Color

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

This div border color is #cd139f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd139f


Comments

No comments written yet.

Please login to write comment.