Color Hex Logo

#c992de Color Hex

#C992DE
(201,146,222)
0 Favorites   0 Comments

Color spaces of #c992de

RGB 201146222
HSL0.790.540.72
HSV283°34°87°
CMYK 0.090.340.00   0.13
XYZ47.551138.249273.9839
Yxy38.24920.29760.2394
Hunter Lab61.845929.0118-27.6342
CIE-Lab68.203933.9793-30.6493

#c992de color RGB value is (201,146,222).

#c992de hex color red value is 201, green value is 146 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c992de hue: 0.79 , saturation: 0.54 and the lightness value of c992de is 0.72.

The process color (four color CMYK) of #c992de color hex is 0.09, 0.34, 0.00, 0.13. Web safe color of #c992de is #cc99cc. Color #c992de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010010 11011110
Octal 311 222 336
Decimal 201 146 222
Hex C9 92 DE

RGB Percentages of Color #c992de

%35.33
%25.66
%39.02

CMYK Percentages of Color #c992de

%9
%34
%0
%13

Triadic Colors of #c992de

#c992de #dec992 #92dec9

Analogous Colors of #c992de

#c992de #de92cd #a392de

Monochromatic Colors of #c992de

#c992de

Complementary Color

#c992de #a7de92

#c992de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c992de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c992de Color CSS Codes

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

#c992de Text Font Color

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

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


#c992de Background Color

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

This div background color is #c992de


#c992de Border Color

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

This div border color is #c992de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c992de


Comments

No comments written yet.

Please login to write comment.