Color Hex Logo

#cd93eb Color Hex

#CD93EB
(205,147,235)
0 Favorites   0 Comments

Color spaces of #cd93eb

RGB 205147235
HSL0.780.690.75
HSV280°37°92°
CMYK 0.130.370.00   0.08
XYZ50.606039.844783.6208
Yxy39.84470.29070.2289
Hunter Lab63.122732.6404-34.3577
CIE-Lab69.358837.3257-35.9830

#cd93eb color RGB value is (205,147,235).

#cd93eb hex color red value is 205, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cd93eb hue: 0.78 , saturation: 0.69 and the lightness value of cd93eb is 0.75.

The process color (four color CMYK) of #cd93eb color hex is 0.13, 0.37, 0.00, 0.08. Web safe color of #cd93eb is #cc99ff. Color #cd93eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010011 11101011
Octal 315 223 353
Decimal 205 147 235
Hex CD 93 EB

RGB Percentages of Color #cd93eb

%34.92
%25.04
%40.03

CMYK Percentages of Color #cd93eb

%13
%37
%0
%8

Triadic Colors of #cd93eb

#cd93eb #ebcd93 #93ebcd

Analogous Colors of #cd93eb

#cd93eb #eb93dd #a193eb

Monochromatic Colors of #cd93eb

#cd93eb

Complementary Color

#cd93eb #b1eb93

#cd93eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd93eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd93eb Color CSS Codes

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

#cd93eb Text Font Color

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

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


#cd93eb Background Color

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

This div background color is #cd93eb


#cd93eb Border Color

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

This div border color is #cd93eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd93eb


Comments

No comments written yet.

Please login to write comment.