Color Hex Logo

#cd375d Color Hex

#CD375D
(205,55,93)
0 Favorites   0 Comments

Color spaces of #cd375d

RGB 2055593
HSL0.960.600.51
HSV345°73°80°
CMYK 0.000.730.55   0.20
XYZ28.518816.501812.0380
Yxy16.50180.49980.2892
Hunter Lab40.622454.226010.8658
CIE-Lab47.626160.484613.7097

#cd375d color RGB value is (205,55,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110111 01011101
Octal 315 67 135
Decimal 205 55 93
Hex CD 37 5D

RGB Percentages of Color #cd375d

%58.07
%15.58
%26.35

CMYK Percentages of Color #cd375d

%0
%73
%55
%20

Triadic Colors of #cd375d

#cd375d #5dcd37 #375dcd

Analogous Colors of #cd375d

#cd375d #cd5c37 #cd37a8

Monochromatic Colors of #cd375d

#cd375d

Complementary Color

#cd375d #37cda7

#cd375d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd375d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd375d Color CSS Codes

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

#cd375d Text Font Color

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

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


#cd375d Background Color

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

This div background color is #cd375d


#cd375d Border Color

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

This div border color is #cd375d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd375d


Comments

No comments written yet.

Please login to write comment.