Color Hex Logo

#c992eb Color Hex

#C992EB
(201,146,235)
0 Favorites   0 Comments

Color spaces of #c992eb

RGB 201146235
HSL0.770.690.75
HSV277°38°92°
CMYK 0.140.380.00   0.08
XYZ49.361738.973483.5182
Yxy38.97340.28720.2268
Hunter Lab62.428731.8879-35.6191
CIE-Lab68.732036.6783-36.9887

#c992eb color RGB value is (201,146,235).

#c992eb hex color red value is 201, green value is 146 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c992eb hue: 0.77 , saturation: 0.69 and the lightness value of c992eb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010010 11101011
Octal 311 222 353
Decimal 201 146 235
Hex C9 92 EB

RGB Percentages of Color #c992eb

%34.54
%25.09
%40.38

CMYK Percentages of Color #c992eb

%14
%38
%0
%8

Triadic Colors of #c992eb

#c992eb #ebc992 #92ebc9

Analogous Colors of #c992eb

#c992eb #eb92e1 #9d92eb

Monochromatic Colors of #c992eb

#c992eb

Complementary Color

#c992eb #b4eb92

#c992eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c992eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c992eb Color CSS Codes

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

#c992eb Text Font Color

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

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


#c992eb Background Color

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

This div background color is #c992eb


#c992eb Border Color

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

This div border color is #c992eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c992eb


Comments

No comments written yet.

Please login to write comment.