Color Hex Logo

#cd5288 Color Hex

#CD5288
(205,82,136)
0 Favorites   0 Comments

Color spaces of #cd5288

RGB 20582136
HSL0.930.550.56
HSV334°60°80°
CMYK 0.000.600.34   0.20
XYZ32.638120.791325.5855
Yxy20.79130.41310.2631
Hunter Lab45.597547.9725-1.3504
CIE-Lab52.720353.9240-4.9336

#cd5288 color RGB value is (205,82,136).

#cd5288 hex color red value is 205, green value is 82 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cd5288 hue: 0.93 , saturation: 0.55 and the lightness value of cd5288 is 0.56.

The process color (four color CMYK) of #cd5288 color hex is 0.00, 0.60, 0.34, 0.20. Web safe color of #cd5288 is #cc6699. Color #cd5288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010010 10001000
Octal 315 122 210
Decimal 205 82 136
Hex CD 52 88

RGB Percentages of Color #cd5288

%48.46
%19.39
%32.15

CMYK Percentages of Color #cd5288

%0
%60
%34
%20

Triadic Colors of #cd5288

#cd5288 #88cd52 #5288cd

Analogous Colors of #cd5288

#cd5288 #cd5952 #cd52c6

Monochromatic Colors of #cd5288

#cd5288

Complementary Color

#cd5288 #52cd97

#cd5288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5288 Color CSS Codes

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

#cd5288 Text Font Color

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

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


#cd5288 Background Color

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

This div background color is #cd5288


#cd5288 Border Color

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

This div border color is #cd5288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5288


Comments

No comments written yet.

Please login to write comment.