Color Hex Logo

#cd06dd Color Hex

#CD06DD
(205,6,221)
0 Favorites   0 Comments

Color spaces of #cd06dd

RGB 2056221
HSL0.820.950.45
HSV296°97°87°
CMYK 0.070.970.00   0.13
XYZ38.293118.329869.9264
Yxy18.32980.30260.1448
Hunter Lab42.813384.7307-66.8682
CIE-Lab49.893785.2624-58.9436

#cd06dd color RGB value is (205,6,221).

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

The process color (four color CMYK) of #cd06dd color hex is 0.07, 0.97, 0.00, 0.13. Web safe color of #cd06dd is #cc00cc. Color #cd06dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000110 11011101
Octal 315 6 335
Decimal 205 6 221
Hex CD 6 DD

RGB Percentages of Color #cd06dd

%47.45
%1.39
%51.16

CMYK Percentages of Color #cd06dd

%7
%97
%0
%13

Triadic Colors of #cd06dd

#cd06dd #ddcd06 #06ddcd

Analogous Colors of #cd06dd

#cd06dd #dd0682 #6206dd

Monochromatic Colors of #cd06dd

#cd06dd

Complementary Color

#cd06dd #16dd06

#cd06dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd06dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd06dd Color CSS Codes

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

#cd06dd Text Font Color

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

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


#cd06dd Background Color

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

This div background color is #cd06dd


#cd06dd Border Color

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

This div border color is #cd06dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd06dd


Comments

No comments written yet.

Please login to write comment.