Color Hex Logo

#cd377c Color Hex

#CD377C
(205,55,124)
0 Favorites   0 Comments

Color spaces of #cd377c

RGB 20555124
HSL0.920.600.51
HSV332°73°80°
CMYK 0.000.730.40   0.20
XYZ30.181117.166720.7916
Yxy17.16670.44290.2519
Hunter Lab41.432757.5186-0.7498
CIE-Lab48.469463.2308-4.0158

#cd377c color RGB value is (205,55,124).

#cd377c hex color red value is 205, green value is 55 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cd377c hue: 0.92 , saturation: 0.60 and the lightness value of cd377c is 0.51.

The process color (four color CMYK) of #cd377c color hex is 0.00, 0.73, 0.40, 0.20. Web safe color of #cd377c is #cc3366. Color #cd377c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110111 01111100
Octal 315 67 174
Decimal 205 55 124
Hex CD 37 7C

RGB Percentages of Color #cd377c

%53.39
%14.32
%32.29

CMYK Percentages of Color #cd377c

%0
%73
%40
%20

Triadic Colors of #cd377c

#cd377c #7ccd37 #377ccd

Analogous Colors of #cd377c

#cd377c #cd3d37 #cd37c7

Monochromatic Colors of #cd377c

#cd377c

Complementary Color

#cd377c #37cd88

#cd377c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd377c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd377c Color CSS Codes

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

#cd377c Text Font Color

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

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


#cd377c Background Color

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

This div background color is #cd377c


#cd377c Border Color

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

This div border color is #cd377c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd377c


Comments

No comments written yet.

Please login to write comment.