Color Hex Logo

#c522db Color Hex

#C522DB
(197,34,219)
0 Favorites   0 Comments

Color spaces of #c522db

RGB 19734219
HSL0.810.730.50
HSV293°84°86°
CMYK 0.100.840.00   0.14
XYZ36.384218.128868.5994
Yxy18.12880.29550.1473
Hunter Lab42.577978.0226-65.7205
CIE-Lab49.652080.0633-58.2619

#c522db color RGB value is (197,34,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100010 11011011
Octal 305 42 333
Decimal 197 34 219
Hex C5 22 DB

RGB Percentages of Color #c522db

%43.78
%7.56
%48.67

CMYK Percentages of Color #c522db

%10
%84
%0
%14

Triadic Colors of #c522db

#c522db #dbc522 #22dbc5

Analogous Colors of #c522db

#c522db #db2295 #6922db

Monochromatic Colors of #c522db

#c522db

Complementary Color

#c522db #38db22

#c522db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c522db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c522db Color CSS Codes

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

#c522db Text Font Color

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

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


#c522db Background Color

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

This div background color is #c522db


#c522db Border Color

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

This div border color is #c522db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c522db


Comments

No comments written yet.

Please login to write comment.