Color Hex Logo

#cd2ddd Color Hex

#CD2DDD
(205,45,221)
0 Favorites   0 Comments

Color spaces of #cd2ddd

RGB 20545221
HSL0.820.720.52
HSV295°80°87°
CMYK 0.070.800.00   0.13
XYZ39.166420.076470.2174
Yxy20.07640.30250.1551
Hunter Lab44.806777.6186-61.5498
CIE-Lab51.923579.2996-55.6830

#cd2ddd color RGB value is (205,45,221).

#cd2ddd hex color red value is 205, green value is 45 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cd2ddd hue: 0.82 , saturation: 0.72 and the lightness value of cd2ddd is 0.52.

The process color (four color CMYK) of #cd2ddd color hex is 0.07, 0.80, 0.00, 0.13. Web safe color of #cd2ddd is #cc33cc. Color #cd2ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00101101 11011101
Octal 315 55 335
Decimal 205 45 221
Hex CD 2D DD

RGB Percentages of Color #cd2ddd

%43.52
%9.55
%46.92

CMYK Percentages of Color #cd2ddd

%7
%80
%0
%13

Triadic Colors of #cd2ddd

#cd2ddd #ddcd2d #2dddcd

Analogous Colors of #cd2ddd

#cd2ddd #dd2d95 #752ddd

Monochromatic Colors of #cd2ddd

#cd2ddd

Complementary Color

#cd2ddd #3ddd2d

#cd2ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd2ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd2ddd Color CSS Codes

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

#cd2ddd Text Font Color

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

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


#cd2ddd Background Color

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

This div background color is #cd2ddd


#cd2ddd Border Color

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

This div border color is #cd2ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd2ddd


Comments

No comments written yet.

Please login to write comment.