Color Hex Logo

#c76ebf Color Hex

#C76EBF
(199,110,191)
0 Favorites   0 Comments

Color spaces of #c76ebf

RGB 199110191
HSL0.850.440.61
HSV305°45°78°
CMYK 0.000.450.04   0.22
XYZ38.533127.055652.4815
Yxy27.05560.32640.2291
Hunter Lab52.015041.2079-23.4113
CIE-Lab59.025846.6700-27.4570

#c76ebf color RGB value is (199,110,191).

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

The process color (four color CMYK) of #c76ebf color hex is 0.00, 0.45, 0.04, 0.22. Web safe color of #c76ebf is #cc66cc. Color #c76ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101110 10111111
Octal 307 156 277
Decimal 199 110 191
Hex C7 6E BF

RGB Percentages of Color #c76ebf

%39.80
%22.00
%38.20

CMYK Percentages of Color #c76ebf

%0
%45
%4
%22

Triadic Colors of #c76ebf

#c76ebf #bfc76e #6ebfc7

Analogous Colors of #c76ebf

#c76ebf #c76e93 #a36ec7

Monochromatic Colors of #c76ebf

#c76ebf

Complementary Color

#c76ebf #6ec776

#c76ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76ebf Color CSS Codes

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

#c76ebf Text Font Color

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

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


#c76ebf Background Color

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

This div background color is #c76ebf


#c76ebf Border Color

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

This div border color is #c76ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76ebf


Comments

No comments written yet.

Please login to write comment.