Color Hex Logo

#c522de Color Hex

#C522DE
(197,34,222)
0 Favorites   0 Comments

Color spaces of #c522de

RGB 19734222
HSL0.810.740.50
HSV292°85°87°
CMYK 0.110.850.00   0.13
XYZ36.782818.288370.6986
Yxy18.28830.29250.1454
Hunter Lab42.764878.6927-68.0826
CIE-Lab49.843980.5567-59.6623

#c522de color RGB value is (197,34,222).

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

The process color (four color CMYK) of #c522de color hex is 0.11, 0.85, 0.00, 0.13. Web safe color of #c522de is #cc33cc. Color #c522de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100010 11011110
Octal 305 42 336
Decimal 197 34 222
Hex C5 22 DE

RGB Percentages of Color #c522de

%43.49
%7.51
%49.01

CMYK Percentages of Color #c522de

%11
%85
%0
%13

Triadic Colors of #c522de

#c522de #dec522 #22dec5

Analogous Colors of #c522de

#c522de #de2299 #6722de

Monochromatic Colors of #c522de

#c522de

Complementary Color

#c522de #3bde22

#c522de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c522de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c522de Color CSS Codes

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

#c522de Text Font Color

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

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


#c522de Background Color

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

This div background color is #c522de


#c522de Border Color

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

This div border color is #c522de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c522de


Comments

No comments written yet.

Please login to write comment.