Color Hex Logo

#cd215d Color Hex

#CD215D
(205,33,93)
0 Favorites   0 Comments

Color spaces of #cd215d

RGB 2053393
HSL0.940.720.47
HSV339°84°80°
CMYK 0.000.840.55   0.20
XYZ27.696514.857211.7639
Yxy14.85720.50990.2735
Hunter Lab38.545060.80728.8863
CIE-Lab45.438066.667310.6713

#cd215d color RGB value is (205,33,93).

#cd215d hex color red value is 205, green value is 33 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cd215d hue: 0.94 , saturation: 0.72 and the lightness value of cd215d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100001 01011101
Octal 315 41 135
Decimal 205 33 93
Hex CD 21 5D

RGB Percentages of Color #cd215d

%61.93
%9.97
%28.10

CMYK Percentages of Color #cd215d

%0
%84
%55
%20

Triadic Colors of #cd215d

#cd215d #5dcd21 #215dcd

Analogous Colors of #cd215d

#cd215d #cd3b21 #cd21b3

Monochromatic Colors of #cd215d

#cd215d

Complementary Color

#cd215d #21cd91

#cd215d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd215d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd215d Color CSS Codes

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

#cd215d Text Font Color

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

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


#cd215d Background Color

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

This div background color is #cd215d


#cd215d Border Color

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

This div border color is #cd215d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,33,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 #cd215d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd215d


Comments

No comments written yet.

Please login to write comment.