Color Hex Logo

#c620af Color Hex

#C620AF
(198,32,175)
0 Favorites   0 Comments

Color spaces of #c620af

RGB 19832175
HSL0.860.720.45
HSV308°84°78°
CMYK 0.000.840.12   0.22
XYZ31.543116.133942.0091
Yxy16.13390.35170.1799
Hunter Lab40.167069.8835-33.8921
CIE-Lab47.149773.9752-36.7200

#c620af color RGB value is (198,32,175).

#c620af hex color red value is 198, green value is 32 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c620af hue: 0.86 , saturation: 0.72 and the lightness value of c620af is 0.45.

The process color (four color CMYK) of #c620af color hex is 0.00, 0.84, 0.12, 0.22. Web safe color of #c620af is #cc3399. Color #c620af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 10101111
Octal 306 40 257
Decimal 198 32 175
Hex C6 20 AF

RGB Percentages of Color #c620af

%48.89
%7.90
%43.21

CMYK Percentages of Color #c620af

%0
%84
%12
%22

Triadic Colors of #c620af

#c620af #afc620 #20afc6

Analogous Colors of #c620af

#c620af #c6205c #8a20c6

Monochromatic Colors of #c620af

#c620af

Complementary Color

#c620af #20c637

#c620af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c620af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c620af Color CSS Codes

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

#c620af Text Font Color

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

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


#c620af Background Color

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

This div background color is #c620af


#c620af Border Color

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

This div border color is #c620af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c620af


Comments

No comments written yet.

Please login to write comment.