Color Hex Logo

#c992db Color Hex

#C992DB
(201,146,219)
0 Favorites   0 Comments

Color spaces of #c992db

RGB 201146219
HSL0.790.500.72
HSV285°33°86°
CMYK 0.080.330.00   0.14
XYZ47.152538.089771.8847
Yxy38.08970.30010.2424
Hunter Lab61.716928.3719-25.8562
CIE-Lab68.086733.3723-29.1724

#c992db color RGB value is (201,146,219).

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

The process color (four color CMYK) of #c992db color hex is 0.08, 0.33, 0.00, 0.14. Web safe color of #c992db is #cc99cc. Color #c992db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010010 11011011
Octal 311 222 333
Decimal 201 146 219
Hex C9 92 DB

RGB Percentages of Color #c992db

%35.51
%25.80
%38.69

CMYK Percentages of Color #c992db

%8
%33
%0
%14

Triadic Colors of #c992db

#c992db #dbc992 #92dbc9

Analogous Colors of #c992db

#c992db #db92c9 #a592db

Monochromatic Colors of #c992db

#c992db

Complementary Color

#c992db #a4db92

#c992db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c992db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c992db Color CSS Codes

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

#c992db Text Font Color

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

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


#c992db Background Color

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

This div background color is #c992db


#c992db Border Color

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

This div border color is #c992db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c992db


Comments

No comments written yet.

Please login to write comment.