Color Hex Logo

#c80fad Color Hex

#C80FAD
(200,15,173)
0 Favorites   0 Comments

Color spaces of #c80fad

RGB 20015173
HSL0.860.860.42
HSV309°93°78°
CMYK 0.000.930.14   0.22
XYZ31.533115.638140.8916
Yxy15.63810.35810.1776
Hunter Lab39.545073.1316-33.6274
CIE-Lab46.496176.7559-36.5443

#c80fad color RGB value is (200,15,173).

#c80fad hex color red value is 200, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c80fad hue: 0.86 , saturation: 0.86 and the lightness value of c80fad is 0.42.

The process color (four color CMYK) of #c80fad color hex is 0.00, 0.93, 0.14, 0.22. Web safe color of #c80fad is #cc0099. Color #c80fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001111 10101101
Octal 310 17 255
Decimal 200 15 173
Hex C8 F AD

RGB Percentages of Color #c80fad

%51.55
%3.87
%44.59

CMYK Percentages of Color #c80fad

%0
%93
%14
%22

Triadic Colors of #c80fad

#c80fad #adc80f #0fadc8

Analogous Colors of #c80fad

#c80fad #c80f51 #870fc8

Monochromatic Colors of #c80fad

#c80fad

Complementary Color

#c80fad #0fc82a

#c80fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80fad Color CSS Codes

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

#c80fad Text Font Color

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

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


#c80fad Background Color

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

This div background color is #c80fad


#c80fad Border Color

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

This div border color is #c80fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80fad


Comments

No comments written yet.

Please login to write comment.