Color Hex Logo

#cd10eb Color Hex

#CD10EB
(205,16,235)
0 Favorites   0 Comments

Color spaces of #cd10eb

RGB 20516235
HSL0.810.870.49
HSV292°93°92°
CMYK 0.130.930.00   0.08
XYZ40.357519.347980.2047
Yxy19.34790.28850.1383
Hunter Lab43.986286.7983-77.3192
CIE-Lab51.091886.6187-64.9490

#cd10eb color RGB value is (205,16,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010000 11101011
Octal 315 20 353
Decimal 205 16 235
Hex CD 10 EB

RGB Percentages of Color #cd10eb

%44.96
%3.51
%51.54

CMYK Percentages of Color #cd10eb

%13
%93
%0
%8

Triadic Colors of #cd10eb

#cd10eb #ebcd10 #10ebcd

Analogous Colors of #cd10eb

#cd10eb #eb109c #6010eb

Monochromatic Colors of #cd10eb

#cd10eb

Complementary Color

#cd10eb #2eeb10

#cd10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd10eb Color CSS Codes

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

#cd10eb Text Font Color

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

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


#cd10eb Background Color

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

This div background color is #cd10eb


#cd10eb Border Color

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

This div border color is #cd10eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd10eb


Comments

No comments written yet.

Please login to write comment.