color codes Logo

#cd55dd color codes

#CD55DD
(205,85,221)
0 Favorites   0 Comments

Color spaces of #cd55dd

RGB 20585221
HSL0.810.670.60
HSV293°62°87°
CMYK 0.070.620.00   0.13
XYZ41.476524.696670.9875
Yxy24.69660.30240.1801
Hunter Lab49.695762.0104-49.9055
CIE-Lab56.778665.5482-47.9415

#cd55dd color RGB value is (205,85,221).

#cd55dd hex color red value is 205, green value is 85 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cd55dd hue: 0.81 , saturation: 0.67 and the lightness value of cd55dd is 0.60.

The process color (four color CMYK) of #cd55dd color code is 0.07, 0.62, 0.00, 0.13. Web safe color of #cd55dd is #cc66cc. Color #cd55dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010101 11011101
Octal 315 125 335
Decimal 205 85 221
Hex CD 55 DD

RGB Percentages of Color #cd55dd

%40.12
%16.63
%43.25

CMYK Percentages of Color #cd55dd

%7
%62
%0
%13

Triadic Colors of #cd55dd

#cd55dd #ddcd55 #55ddcd

Analogous Colors of #cd55dd

#cd55dd #dd55a9 #8955dd

Monochromatic Colors of #cd55dd

#cd55dd

Complementary Color

#cd55dd #65dd55

#cd55dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd55dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd55dd Color CSS Codes

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

#cd55dd Text Font Color

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

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


#cd55dd Background Color

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

This div background color is #cd55dd


#cd55dd Border Color

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

This div border color is #cd55dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd55dd


Comments

No comments written yet.

Please login to write comment.