Color Hex Logo

#c710bc Color Hex

#C710BC
(199,16,188)
0 Favorites   0 Comments

Color spaces of #c710bc

RGB 19916188
HSL0.840.850.42
HSV304°92°78°
CMYK 0.000.920.06   0.22
XYZ32.815616.143548.9634
Yxy16.14350.33510.1649
Hunter Lab40.179075.4741-44.1274
CIE-Lab47.162278.5150-44.3261

#c710bc color RGB value is (199,16,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010000 10111100
Octal 307 20 274
Decimal 199 16 188
Hex C7 10 BC

RGB Percentages of Color #c710bc

%49.38
%3.97
%46.65

CMYK Percentages of Color #c710bc

%0
%92
%6
%22

Triadic Colors of #c710bc

#c710bc #bcc710 #10bcc7

Analogous Colors of #c710bc

#c710bc #c71061 #7710c7

Monochromatic Colors of #c710bc

#c710bc

Complementary Color

#c710bc #10c71b

#c710bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c710bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c710bc Color CSS Codes

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

#c710bc Text Font Color

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

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


#c710bc Background Color

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

This div background color is #c710bc


#c710bc Border Color

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

This div border color is #c710bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,16,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c710bc


Comments

No comments written yet.

Please login to write comment.