Color Hex Logo

#c992ce Color Hex

#C992CE
(201,146,206)
0 Favorites   0 Comments

Color spaces of #c992ce

RGB 201146206
HSL0.820.380.69
HSV295°29°81°
CMYK 0.020.290.00   0.19
XYZ45.506937.431563.2190
Yxy37.43150.31140.2561
Hunter Lab61.181325.7018-18.4378
CIE-Lab67.599530.8129-22.7128

#c992ce color RGB value is (201,146,206).

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

The process color (four color CMYK) of #c992ce color hex is 0.02, 0.29, 0.00, 0.19. Web safe color of #c992ce is #cc99cc. Color #c992ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010010 11001110
Octal 311 222 316
Decimal 201 146 206
Hex C9 92 CE

RGB Percentages of Color #c992ce

%36.35
%26.40
%37.25

CMYK Percentages of Color #c992ce

%2
%29
%0
%19

Triadic Colors of #c992ce

#c992ce #cec992 #92cec9

Analogous Colors of #c992ce

#c992ce #ce92b5 #ab92ce

Monochromatic Colors of #c992ce

#c992ce

Complementary Color

#c992ce #97ce92

#c992ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c992ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c992ce Color CSS Codes

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

#c992ce Text Font Color

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

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


#c992ce Background Color

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

This div background color is #c992ce


#c992ce Border Color

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

This div border color is #c992ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c992ce


Comments

No comments written yet.

Please login to write comment.