Color Hex Logo

#cd367e Color Hex

#CD367E
(205,54,126)
0 Favorites   0 Comments

Color spaces of #cd367e

RGB 20554126
HSL0.920.600.51
HSV331°74°80°
CMYK 0.000.740.39   0.20
XYZ30.261917.123821.4489
Yxy17.12380.43960.2488
Hunter Lab41.380958.1206-1.7650
CIE-Lab48.415663.7666-5.3096

#cd367e color RGB value is (205,54,126).

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

The process color (four color CMYK) of #cd367e color hex is 0.00, 0.74, 0.39, 0.20. Web safe color of #cd367e is #cc3366. Color #cd367e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110110 01111110
Octal 315 66 176
Decimal 205 54 126
Hex CD 36 7E

RGB Percentages of Color #cd367e

%53.25
%14.03
%32.73

CMYK Percentages of Color #cd367e

%0
%74
%39
%20

Triadic Colors of #cd367e

#cd367e #7ecd36 #367ecd

Analogous Colors of #cd367e

#cd367e #cd3a36 #cd36ca

Monochromatic Colors of #cd367e

#cd367e

Complementary Color

#cd367e #36cd85

#cd367e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd367e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd367e Color CSS Codes

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

#cd367e Text Font Color

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

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


#cd367e Background Color

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

This div background color is #cd367e


#cd367e Border Color

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

This div border color is #cd367e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd367e


Comments

No comments written yet.

Please login to write comment.