Color Hex Logo

#c562af Color Hex

#C562AF
(197,98,175)
0 Favorites   0 Comments

Color spaces of #c562af

RGB 19798175
HSL0.870.460.58
HSV313°50°77°
CMYK 0.000.500.11   0.23
XYZ35.131523.700843.2805
Yxy23.70080.34400.2321
Hunter Lab48.683543.6151-18.6315
CIE-Lab55.787049.4039-23.2824

#c562af color RGB value is (197,98,175).

#c562af hex color red value is 197, green value is 98 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c562af hue: 0.87 , saturation: 0.46 and the lightness value of c562af is 0.58.

The process color (four color CMYK) of #c562af color hex is 0.00, 0.50, 0.11, 0.23. Web safe color of #c562af is #cc6699. Color #c562af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 10101111
Octal 305 142 257
Decimal 197 98 175
Hex C5 62 AF

RGB Percentages of Color #c562af

%41.91
%20.85
%37.23

CMYK Percentages of Color #c562af

%0
%50
%11
%23

Triadic Colors of #c562af

#c562af #afc562 #62afc5

Analogous Colors of #c562af

#c562af #c5627e #aa62c5

Monochromatic Colors of #c562af

#c562af

Complementary Color

#c562af #62c578

#c562af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c562af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c562af Color CSS Codes

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

#c562af Text Font Color

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

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


#c562af Background Color

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

This div background color is #c562af


#c562af Border Color

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

This div border color is #c562af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,98,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c562af


Comments

No comments written yet.

Please login to write comment.