Color Hex Logo

#c90dec Color Hex

#C90DEC
(201,13,236)
0 Favorites   0 Comments

Color spaces of #c90dec

RGB 20113236
HSL0.810.900.49
HSV291°94°93°
CMYK 0.150.940.00   0.07
XYZ39.371618.761580.9031
Yxy18.76150.28320.1349
Hunter Lab43.314586.4506-80.4219
CIE-Lab50.407086.4848-66.6524

#c90dec color RGB value is (201,13,236).

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

The process color (four color CMYK) of #c90dec color hex is 0.15, 0.94, 0.00, 0.07. Web safe color of #c90dec is #cc00ff. Color #c90dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001101 11101100
Octal 311 15 354
Decimal 201 13 236
Hex C9 D EC

RGB Percentages of Color #c90dec

%44.67
%2.89
%52.44

CMYK Percentages of Color #c90dec

%15
%94
%0
%7

Triadic Colors of #c90dec

#c90dec #ecc90d #0decc9

Analogous Colors of #c90dec

#c90dec #ec0da0 #5a0dec

Monochromatic Colors of #c90dec

#c90dec

Complementary Color

#c90dec #30ec0d

#c90dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90dec Color CSS Codes

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

#c90dec Text Font Color

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

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


#c90dec Background Color

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

This div background color is #c90dec


#c90dec Border Color

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

This div border color is #c90dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90dec


Comments

No comments written yet.

Please login to write comment.