Color Hex Logo

#c710bf Color Hex

#C710BF
(199,16,191)
0 Favorites   0 Comments

Color spaces of #c710bf

RGB 19916191
HSL0.840.850.42
HSV303°92°78°
CMYK 0.000.920.04   0.22
XYZ33.142416.274350.6847
Yxy16.27430.33110.1626
Hunter Lab40.341476.0488-46.2526
CIE-Lab47.332378.9422-45.8077

#c710bf color RGB value is (199,16,191).

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

The process color (four color CMYK) of #c710bf color hex is 0.00, 0.92, 0.04, 0.22. Web safe color of #c710bf is #cc00cc. Color #c710bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010000 10111111
Octal 307 20 277
Decimal 199 16 191
Hex C7 10 BF

RGB Percentages of Color #c710bf

%49.01
%3.94
%47.04

CMYK Percentages of Color #c710bf

%0
%92
%4
%22

Triadic Colors of #c710bf

#c710bf #bfc710 #10bfc7

Analogous Colors of #c710bf

#c710bf #c71064 #7410c7

Monochromatic Colors of #c710bf

#c710bf

Complementary Color

#c710bf #10c718

#c710bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c710bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c710bf Color CSS Codes

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

#c710bf Text Font Color

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

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


#c710bf Background Color

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

This div background color is #c710bf


#c710bf Border Color

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

This div border color is #c710bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c710bf


Comments

No comments written yet.

Please login to write comment.