Color Hex Logo

#c02abf Color Hex

#C02ABF
(192,42,191)
0 Favorites   0 Comments

Color spaces of #c02abf

RGB 19242191
HSL0.830.640.46
HSV300°78°75°
CMYK 0.000.780.01   0.25
XYZ31.970216.624050.8139
Yxy16.62400.32160.1672
Hunter Lab40.772568.6119-45.3510
CIE-Lab47.782772.8019-45.1627

#c02abf color RGB value is (192,42,191).

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

The process color (four color CMYK) of #c02abf color hex is 0.00, 0.78, 0.01, 0.25. Web safe color of #c02abf is #cc33cc. Color #c02abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101010 10111111
Octal 300 52 277
Decimal 192 42 191
Hex C0 2A BF

RGB Percentages of Color #c02abf

%45.18
%9.88
%44.94

CMYK Percentages of Color #c02abf

%0
%78
%1
%25

Triadic Colors of #c02abf

#c02abf #bfc02a #2abfc0

Analogous Colors of #c02abf

#c02abf #c02a74 #762ac0

Monochromatic Colors of #c02abf

#c02abf

Complementary Color

#c02abf #2ac02b

#c02abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02abf Color CSS Codes

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

#c02abf Text Font Color

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

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


#c02abf Background Color

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

This div background color is #c02abf


#c02abf Border Color

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

This div border color is #c02abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,42,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02abf


Comments

No comments written yet.

Please login to write comment.