Color Hex Logo

#c932db Color Hex

#C932DB
(201,50,219)
0 Favorites   0 Comments

Color spaces of #c932db

RGB 20150219
HSL0.820.700.53
HSV294°77°86°
CMYK 0.080.770.00   0.14
XYZ38.014219.813268.8386
Yxy19.81320.30010.1564
Hunter Lab44.512074.5467-60.5346
CIE-Lab51.625476.8997-55.0586

#c932db color RGB value is (201,50,219).

#c932db hex color red value is 201, green value is 50 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c932db hue: 0.82 , saturation: 0.70 and the lightness value of c932db is 0.53.

The process color (four color CMYK) of #c932db color hex is 0.08, 0.77, 0.00, 0.14. Web safe color of #c932db is #cc33cc. Color #c932db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 11011011
Octal 311 62 333
Decimal 201 50 219
Hex C9 32 DB

RGB Percentages of Color #c932db

%42.77
%10.64
%46.60

CMYK Percentages of Color #c932db

%8
%77
%0
%14

Triadic Colors of #c932db

#c932db #dbc932 #32dbc9

Analogous Colors of #c932db

#c932db #db3299 #7532db

Monochromatic Colors of #c932db

#c932db

Complementary Color

#c932db #44db32

#c932db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c932db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c932db Color CSS Codes

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

#c932db Text Font Color

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

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


#c932db Background Color

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

This div background color is #c932db


#c932db Border Color

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

This div border color is #c932db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c932db


Comments

No comments written yet.

Please login to write comment.