color codes Logo

#c62aaf color codes

#C62AAF
(198,42,175)
0 Favorites   0 Comments

Color spaces of #c62aaf

RGB 19842175
HSL0.860.650.47
HSV309°79°78°
CMYK 0.000.790.12   0.22
XYZ31.854516.756842.1129
Yxy16.75680.35110.1847
Hunter Lab40.935167.2672-32.3414
CIE-Lab47.952171.6517-35.4563

#c62aaf color RGB value is (198,42,175).

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

The process color (four color CMYK) of #c62aaf color code is 0.00, 0.79, 0.12, 0.22. Web safe color of #c62aaf is #cc3399. Color #c62aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101010 10101111
Octal 306 52 257
Decimal 198 42 175
Hex C6 2A AF

RGB Percentages of Color #c62aaf

%47.71
%10.12
%42.17

CMYK Percentages of Color #c62aaf

%0
%79
%12
%22

Triadic Colors of #c62aaf

#c62aaf #afc62a #2aafc6

Analogous Colors of #c62aaf

#c62aaf #c62a61 #8f2ac6

Monochromatic Colors of #c62aaf

#c62aaf

Complementary Color

#c62aaf #2ac641

#c62aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62aaf Color CSS Codes

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

#c62aaf Text Font Color

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

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


#c62aaf Background Color

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

This div background color is #c62aaf


#c62aaf Border Color

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

This div border color is #c62aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62aaf


Comments

No comments written yet.

Please login to write comment.