Color Hex Logo

#cd09eb Color Hex

#CD09EB
(205,9,235)
0 Favorites   0 Comments

Color spaces of #cd09eb

RGB 2059235
HSL0.810.930.48
HSV292°96°92°
CMYK 0.130.960.00   0.08
XYZ40.269919.172780.1755
Yxy19.17270.28840.1373
Hunter Lab43.786687.5371-77.9123
CIE-Lab50.888687.2221-65.2773

#cd09eb color RGB value is (205,9,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00001001 11101011
Octal 315 11 353
Decimal 205 9 235
Hex CD 9 EB

RGB Percentages of Color #cd09eb

%45.66
%2.00
%52.34

CMYK Percentages of Color #cd09eb

%13
%96
%0
%8

Triadic Colors of #cd09eb

#cd09eb #ebcd09 #09ebcd

Analogous Colors of #cd09eb

#cd09eb #eb0998 #5c09eb

Monochromatic Colors of #cd09eb

#cd09eb

Complementary Color

#cd09eb #27eb09

#cd09eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd09eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd09eb Color CSS Codes

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

#cd09eb Text Font Color

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

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


#cd09eb Background Color

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

This div background color is #cd09eb


#cd09eb Border Color

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

This div border color is #cd09eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd09eb


Comments

No comments written yet.

Please login to write comment.