Color Hex Logo

#cc90eb Color Hex

#CC90EB
(204,144,235)
0 Favorites   0 Comments

Color spaces of #cc90eb

RGB 204144235
HSL0.780.690.74
HSV280°39°92°
CMYK 0.130.390.00   0.08
XYZ49.870538.782083.4545
Yxy38.78200.28980.2253
Hunter Lab62.275233.9627-35.8614
CIE-Lab68.593138.6533-37.1817

#cc90eb color RGB value is (204,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010000 11101011
Octal 314 220 353
Decimal 204 144 235
Hex CC 90 EB

RGB Percentages of Color #cc90eb

%34.99
%24.70
%40.31

CMYK Percentages of Color #cc90eb

%13
%39
%0
%8

Triadic Colors of #cc90eb

#cc90eb #ebcc90 #90ebcc

Analogous Colors of #cc90eb

#cc90eb #eb90dd #9f90eb

Monochromatic Colors of #cc90eb

#cc90eb

Complementary Color

#cc90eb #afeb90

#cc90eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc90eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc90eb Color CSS Codes

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

#cc90eb Text Font Color

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

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


#cc90eb Background Color

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

This div background color is #cc90eb


#cc90eb Border Color

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

This div border color is #cc90eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc90eb


Comments

No comments written yet.

Please login to write comment.