Color Hex Logo

#c02aaf Color Hex

#C02AAF
(192,42,175)
0 Favorites   0 Comments

Color spaces of #c02aaf

RGB 19242175
HSL0.850.640.46
HSV307°78°75°
CMYK 0.000.780.09   0.25
XYZ30.304115.957542.0404
Yxy15.95750.34320.1807
Hunter Lab39.946865.5050-34.4345
CIE-Lab46.918770.3777-37.1545

#c02aaf color RGB value is (192,42,175).

#c02aaf hex color red value is 192, green value is 42 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c02aaf hue: 0.85 , saturation: 0.64 and the lightness value of c02aaf is 0.46.

The process color (four color CMYK) of #c02aaf color hex is 0.00, 0.78, 0.09, 0.25. Web safe color of #c02aaf is #cc3399. Color #c02aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101010 10101111
Octal 300 52 257
Decimal 192 42 175
Hex C0 2A AF

RGB Percentages of Color #c02aaf

%46.94
%10.27
%42.79

CMYK Percentages of Color #c02aaf

%0
%78
%9
%25

Triadic Colors of #c02aaf

#c02aaf #afc02a #2aafc0

Analogous Colors of #c02aaf

#c02aaf #c02a64 #862ac0

Monochromatic Colors of #c02aaf

#c02aaf

Complementary Color

#c02aaf #2ac03b

#c02aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02aaf Color CSS Codes

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

#c02aaf Text Font Color

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

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


#c02aaf Background Color

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

This div background color is #c02aaf


#c02aaf Border Color

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

This div border color is #c02aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02aaf


Comments

No comments written yet.

Please login to write comment.