Color Hex Logo

#cd06eb Color Hex

#CD06EB
(205,6,235)
0 Favorites   0 Comments

Color spaces of #cd06eb

RGB 2056235
HSL0.810.950.47
HSV292°97°92°
CMYK 0.130.970.00   0.08
XYZ40.237419.107580.1646
Yxy19.10750.28840.1370
Hunter Lab43.712187.8146-78.1347
CIE-Lab50.812787.4483-65.4000

#cd06eb color RGB value is (205,6,235).

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

The process color (four color CMYK) of #cd06eb color hex is 0.13, 0.97, 0.00, 0.08. Web safe color of #cd06eb is #cc00ff. Color #cd06eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00000110 11101011
Octal 315 6 353
Decimal 205 6 235
Hex CD 6 EB

RGB Percentages of Color #cd06eb

%45.96
%1.35
%52.69

CMYK Percentages of Color #cd06eb

%13
%97
%0
%8

Triadic Colors of #cd06eb

#cd06eb #ebcd06 #06ebcd

Analogous Colors of #cd06eb

#cd06eb #eb0697 #5b06eb

Monochromatic Colors of #cd06eb

#cd06eb

Complementary Color

#cd06eb #24eb06

#cd06eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd06eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd06eb Color CSS Codes

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

#cd06eb Text Font Color

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

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


#cd06eb Background Color

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

This div background color is #cd06eb


#cd06eb Border Color

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

This div border color is #cd06eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd06eb


Comments

No comments written yet.

Please login to write comment.