Color Hex Logo

#c80fbf Color Hex

#C80FBF
(200,15,191)
0 Favorites   0 Comments

Color spaces of #c80fbf

RGB 20015191
HSL0.840.860.42
HSV303°93°78°
CMYK 0.000.930.05   0.22
XYZ33.394216.382650.6923
Yxy16.38260.33240.1631
Hunter Lab40.475476.4392-45.9233
CIE-Lab47.472579.2271-45.5738

#c80fbf color RGB value is (200,15,191).

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

The process color (four color CMYK) of #c80fbf color hex is 0.00, 0.93, 0.05, 0.22. Web safe color of #c80fbf is #cc00cc. Color #c80fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001111 10111111
Octal 310 17 277
Decimal 200 15 191
Hex C8 F BF

RGB Percentages of Color #c80fbf

%49.26
%3.69
%47.04

CMYK Percentages of Color #c80fbf

%0
%93
%5
%22

Triadic Colors of #c80fbf

#c80fbf #bfc80f #0fbfc8

Analogous Colors of #c80fbf

#c80fbf #c80f63 #750fc8

Monochromatic Colors of #c80fbf

#c80fbf

Complementary Color

#c80fbf #0fc818

#c80fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80fbf Color CSS Codes

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

#c80fbf Text Font Color

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

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


#c80fbf Background Color

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

This div background color is #c80fbf


#c80fbf Border Color

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

This div border color is #c80fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80fbf


Comments

No comments written yet.

Please login to write comment.