Color Hex Logo

#c991ea Color Hex

#C991EA
(201,145,234)
0 Favorites   0 Comments

Color spaces of #c991ea

RGB 201145234
HSL0.770.680.74
HSV278°38°92°
CMYK 0.140.380.00   0.08
XYZ49.064138.608882.7082
Yxy38.60880.28800.2266
Hunter Lab62.136032.2100-35.4248
CIE-Lab68.466937.0114-36.8519

#c991ea color RGB value is (201,145,234).

#c991ea hex color red value is 201, green value is 145 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c991ea hue: 0.77 , saturation: 0.68 and the lightness value of c991ea is 0.74.

The process color (four color CMYK) of #c991ea color hex is 0.14, 0.38, 0.00, 0.08. Web safe color of #c991ea is #cc99ff. Color #c991ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010001 11101010
Octal 311 221 352
Decimal 201 145 234
Hex C9 91 EA

RGB Percentages of Color #c991ea

%34.66
%25.00
%40.34

CMYK Percentages of Color #c991ea

%14
%38
%0
%8

Triadic Colors of #c991ea

#c991ea #eac991 #91eac9

Analogous Colors of #c991ea

#c991ea #ea91df #9d91ea

Monochromatic Colors of #c991ea

#c991ea

Complementary Color

#c991ea #b2ea91

#c991ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c991ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c991ea Color CSS Codes

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

#c991ea Text Font Color

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

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


#c991ea Background Color

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

This div background color is #c991ea


#c991ea Border Color

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

This div border color is #c991ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c991ea


Comments

No comments written yet.

Please login to write comment.