Color Hex Logo

#cd615c Color Hex

#CD615C
(205,97,92)
0 Favorites   0 Comments

Color spaces of #cd615c

RGB 2059792
HSL0.010.530.58
HSV55°80°
CMYK 0.000.530.55   0.20
XYZ31.383322.301212.7757
Yxy22.30120.47220.3356
Hunter Lab47.224135.981817.0170
CIE-Lab54.345142.374723.3722

#cd615c color RGB value is (205,97,92).

#cd615c hex color red value is 205, green value is 97 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cd615c hue: 0.01 , saturation: 0.53 and the lightness value of cd615c is 0.58.

The process color (four color CMYK) of #cd615c color hex is 0.00, 0.53, 0.55, 0.20. Web safe color of #cd615c is #cc6666. Color #cd615c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01100001 01011100
Octal 315 141 134
Decimal 205 97 92
Hex CD 61 5C

RGB Percentages of Color #cd615c

%52.03
%24.62
%23.35

CMYK Percentages of Color #cd615c

%0
%53
%55
%20

Triadic Colors of #cd615c

#cd615c #5ccd61 #615ccd

Analogous Colors of #cd615c

#cd615c #cd9a5c #cd5c90

Monochromatic Colors of #cd615c

#cd615c

Complementary Color

#cd615c #5cc8cd

#cd615c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd615c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd615c Color CSS Codes

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

#cd615c Text Font Color

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

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


#cd615c Background Color

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

This div background color is #cd615c


#cd615c Border Color

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

This div border color is #cd615c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd615c


Comments

No comments written yet.

Please login to write comment.