Color Hex Logo

#cd90eb Color Hex

#CD90EB
(205,144,235)
0 Favorites   0 Comments

Color spaces of #cd90eb

RGB 205144235
HSL0.780.690.74
HSV280°39°92°
CMYK 0.130.390.00   0.08
XYZ50.145538.923883.4674
Yxy38.92380.29060.2256
Hunter Lab62.388934.2898-35.6492
CIE-Lab68.696038.9493-37.0136

#cd90eb color RGB value is (205,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010000 11101011
Octal 315 220 353
Decimal 205 144 235
Hex CD 90 EB

RGB Percentages of Color #cd90eb

%35.10
%24.66
%40.24

CMYK Percentages of Color #cd90eb

%13
%39
%0
%8

Triadic Colors of #cd90eb

#cd90eb #ebcd90 #90ebcd

Analogous Colors of #cd90eb

#cd90eb #eb90dc #a090eb

Monochromatic Colors of #cd90eb

#cd90eb

Complementary Color

#cd90eb #aeeb90

#cd90eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd90eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd90eb Color CSS Codes

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

#cd90eb Text Font Color

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

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


#cd90eb Background Color

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

This div background color is #cd90eb


#cd90eb Border Color

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

This div border color is #cd90eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd90eb


Comments

No comments written yet.

Please login to write comment.