Color Hex Logo

#c90dee Color Hex

#C90DEE
(201,13,238)
0 Favorites   0 Comments

Color spaces of #c90dee

RGB 20113238
HSL0.810.900.49
HSV290°95°93°
CMYK 0.160.950.00   0.07
XYZ39.663918.878482.4423
Yxy18.87840.28130.1339
Hunter Lab43.449386.9125-82.0846
CIE-Lab50.544686.8117-67.5567

#c90dee color RGB value is (201,13,238).

#c90dee hex color red value is 201, green value is 13 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c90dee hue: 0.81 , saturation: 0.90 and the lightness value of c90dee is 0.49.

The process color (four color CMYK) of #c90dee color hex is 0.16, 0.95, 0.00, 0.07. Web safe color of #c90dee is #cc00ff. Color #c90dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001101 11101110
Octal 311 15 356
Decimal 201 13 238
Hex C9 D EE

RGB Percentages of Color #c90dee

%44.47
%2.88
%52.65

CMYK Percentages of Color #c90dee

%16
%95
%0
%7

Triadic Colors of #c90dee

#c90dee #eec90d #0deec9

Analogous Colors of #c90dee

#c90dee #ee0da3 #590dee

Monochromatic Colors of #c90dee

#c90dee

Complementary Color

#c90dee #32ee0d

#c90dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90dee Color CSS Codes

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

#c90dee Text Font Color

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

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


#c90dee Background Color

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

This div background color is #c90dee


#c90dee Border Color

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

This div border color is #c90dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,13,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c90dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c90dee;
  -webkit-box-shadow: 1px 1px 3px 2px #c90dee;
  box-shadow:         1px 1px 3px 2px #c90dee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,13,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c90dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90dee


Comments

No comments written yet.

Please login to write comment.