Color Hex Logo

#c922db Color Hex

#C922DB
(201,34,219)
0 Favorites   0 Comments

Color spaces of #c922db

RGB 20134219
HSL0.820.730.50
HSV294°84°86°
CMYK 0.080.840.00   0.14
XYZ37.445618.676068.6491
Yxy18.67600.30010.1497
Hunter Lab43.215779.0393-63.9324
CIE-Lab50.306080.7407-57.1757

#c922db color RGB value is (201,34,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100010 11011011
Octal 311 42 333
Decimal 201 34 219
Hex C9 22 DB

RGB Percentages of Color #c922db

%44.27
%7.49
%48.24

CMYK Percentages of Color #c922db

%8
%84
%0
%14

Triadic Colors of #c922db

#c922db #dbc922 #22dbc9

Analogous Colors of #c922db

#c922db #db2291 #6d22db

Monochromatic Colors of #c922db

#c922db

Complementary Color

#c922db #34db22

#c922db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c922db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c922db Color CSS Codes

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

#c922db Text Font Color

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

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


#c922db Background Color

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

This div background color is #c922db


#c922db Border Color

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

This div border color is #c922db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c922db


Comments

No comments written yet.

Please login to write comment.