Color Hex Logo

#cd06ff Color Hex

#CD06FF
(205,6,255)
0 Favorites   0 Comments

Color spaces of #cd06ff

RGB 2056255
HSL0.801.000.51
HSV288°98°100°
CMYK 0.200.980.00   0.00
XYZ43.292020.329496.2500
Yxy20.32940.27080.1272
Hunter Lab45.088192.4850-95.0051
CIE-Lab52.207690.7054-74.3457

#cd06ff color RGB value is (205,6,255).

#cd06ff hex color red value is 205, green value is 6 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cd06ff hue: 0.80 , saturation: 1.00 and the lightness value of cd06ff is 0.51.

The process color (four color CMYK) of #cd06ff color hex is 0.20, 0.98, 0.00, 0.00. Web safe color of #cd06ff is #cc00ff. Color #cd06ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000110 11111111
Octal 315 6 377
Decimal 205 6 255
Hex CD 6 FF

RGB Percentages of Color #cd06ff

%43.99
%1.29
%54.72

CMYK Percentages of Color #cd06ff

%20
%98
%0
%0

Triadic Colors of #cd06ff

#cd06ff #ffcd06 #06ffcd

Analogous Colors of #cd06ff

#cd06ff #ff06b5 #5106ff

Monochromatic Colors of #cd06ff

#cd06ff

Complementary Color

#cd06ff #38ff06

#cd06ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd06ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd06ff Color CSS Codes

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

#cd06ff Text Font Color

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

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


#cd06ff Background Color

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

This div background color is #cd06ff


#cd06ff Border Color

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

This div border color is #cd06ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd06ff

Related Colors


Comments

No comments written yet.

Please login to write comment.