Color Hex Logo

#cd139c Color Hex

#CD139C
(205,19,156)
0 Favorites   0 Comments

Color spaces of #cd139c

RGB 20519156
HSL0.880.830.44
HSV316°91°80°
CMYK 0.000.910.24   0.20
XYZ31.410515.845232.8554
Yxy15.84520.39210.1978
Hunter Lab39.806071.1918-21.0730
CIE-Lab46.770775.1228-25.9209

#cd139c color RGB value is (205,19,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010011 10011100
Octal 315 23 234
Decimal 205 19 156
Hex CD 13 9C

RGB Percentages of Color #cd139c

%53.95
%5.00
%41.05

CMYK Percentages of Color #cd139c

%0
%91
%24
%20

Triadic Colors of #cd139c

#cd139c #9ccd13 #139ccd

Analogous Colors of #cd139c

#cd139c #cd133f #a113cd

Monochromatic Colors of #cd139c

#cd139c

Complementary Color

#cd139c #13cd44

#cd139c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd139c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd139c Color CSS Codes

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

#cd139c Text Font Color

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

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


#cd139c Background Color

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

This div background color is #cd139c


#cd139c Border Color

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

This div border color is #cd139c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd139c


Comments

No comments written yet.

Please login to write comment.