Color Hex Logo

#c90cef Color Hex

#C90CEF
(201,12,239)
0 Favorites   0 Comments

Color spaces of #c90cef

RGB 20112239
HSL0.810.900.49
HSV290°95°94°
CMYK 0.160.950.00   0.06
XYZ39.798918.912483.2142
Yxy18.91240.28040.1333
Hunter Lab43.488487.2516-83.0084
CIE-Lab50.584687.0630-68.0550

#c90cef color RGB value is (201,12,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00001100 11101111
Octal 311 14 357
Decimal 201 12 239
Hex C9 C EF

RGB Percentages of Color #c90cef

%44.47
%2.65
%52.88

CMYK Percentages of Color #c90cef

%16
%95
%0
%6

Triadic Colors of #c90cef

#c90cef #efc90c #0cefc9

Analogous Colors of #c90cef

#c90cef #ef0ca4 #580cef

Monochromatic Colors of #c90cef

#c90cef

Complementary Color

#c90cef #32ef0c

#c90cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90cef Color CSS Codes

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

#c90cef Text Font Color

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

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


#c90cef Background Color

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

This div background color is #c90cef


#c90cef Border Color

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

This div border color is #c90cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90cef


Comments

No comments written yet.

Please login to write comment.