Color Hex Logo

#c71abf Color Hex

#C71ABF
(199,26,191)
0 Favorites   0 Comments

Color spaces of #c71abf

RGB 19926191
HSL0.840.770.44
HSV303°87°78°
CMYK 0.000.870.04   0.22
XYZ33.326616.642550.7460
Yxy16.64250.33090.1652
Hunter Lab40.795274.4293-45.1954
CIE-Lab47.806477.5496-45.0528

#c71abf color RGB value is (199,26,191).

#c71abf hex color red value is 199, green value is 26 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c71abf hue: 0.84 , saturation: 0.77 and the lightness value of c71abf is 0.44.

The process color (four color CMYK) of #c71abf color hex is 0.00, 0.87, 0.04, 0.22. Web safe color of #c71abf is #cc33cc. Color #c71abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011010 10111111
Octal 307 32 277
Decimal 199 26 191
Hex C7 1A BF

RGB Percentages of Color #c71abf

%47.84
%6.25
%45.91

CMYK Percentages of Color #c71abf

%0
%87
%4
%22

Triadic Colors of #c71abf

#c71abf #bfc71a #1abfc7

Analogous Colors of #c71abf

#c71abf #c71a69 #791ac7

Monochromatic Colors of #c71abf

#c71abf

Complementary Color

#c71abf #1ac722

#c71abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71abf Color CSS Codes

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

#c71abf Text Font Color

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

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


#c71abf Background Color

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

This div background color is #c71abf


#c71abf Border Color

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

This div border color is #c71abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71abf


Comments

No comments written yet.

Please login to write comment.