Color Hex Logo

#cd375e Color Hex

#CD375E
(205,55,94)
0 Favorites   0 Comments

Color spaces of #cd375e

RGB 2055594
HSL0.960.600.51
HSV344°73°80°
CMYK 0.000.730.54   0.20
XYZ28.563416.519712.2728
Yxy16.51970.49800.2880
Hunter Lab40.644454.315410.5482
CIE-Lab47.649160.559813.1292

#cd375e color RGB value is (205,55,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110111 01011110
Octal 315 67 136
Decimal 205 55 94
Hex CD 37 5E

RGB Percentages of Color #cd375e

%57.91
%15.54
%26.55

CMYK Percentages of Color #cd375e

%0
%73
%54
%20

Triadic Colors of #cd375e

#cd375e #5ecd37 #375ecd

Analogous Colors of #cd375e

#cd375e #cd5b37 #cd37a9

Monochromatic Colors of #cd375e

#cd375e

Complementary Color

#cd375e #37cda6

#cd375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd375e Color CSS Codes

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

#cd375e Text Font Color

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

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


#cd375e Background Color

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

This div background color is #cd375e


#cd375e Border Color

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

This div border color is #cd375e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd375e


Comments

No comments written yet.

Please login to write comment.