Color Hex Logo

#c02fad Color Hex

#C02FAD
(192,47,173)
0 Favorites   0 Comments

Color spaces of #c02fad

RGB 19247173
HSL0.860.610.47
HSV308°76°75°
CMYK 0.000.760.10   0.25
XYZ30.297616.256641.0761
Yxy16.25660.34570.1855
Hunter Lab40.319563.5727-32.1790
CIE-Lab47.309468.6693-35.3588

#c02fad color RGB value is (192,47,173).

#c02fad hex color red value is 192, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c02fad hue: 0.86 , saturation: 0.61 and the lightness value of c02fad is 0.47.

The process color (four color CMYK) of #c02fad color hex is 0.00, 0.76, 0.10, 0.25. Web safe color of #c02fad is #cc3399. Color #c02fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101111 10101101
Octal 300 57 255
Decimal 192 47 173
Hex C0 2F AD

RGB Percentages of Color #c02fad

%46.60
%11.41
%41.99

CMYK Percentages of Color #c02fad

%0
%76
%10
%25

Triadic Colors of #c02fad

#c02fad #adc02f #2fadc0

Analogous Colors of #c02fad

#c02fad #c02f65 #8b2fc0

Monochromatic Colors of #c02fad

#c02fad

Complementary Color

#c02fad #2fc042

#c02fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02fad Color CSS Codes

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

#c02fad Text Font Color

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

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


#c02fad Background Color

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

This div background color is #c02fad


#c02fad Border Color

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

This div border color is #c02fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02fad


Comments

No comments written yet.

Please login to write comment.