Color Hex Logo

#c76fbb Color Hex

#C76FBB
(199,111,187)
0 Favorites   0 Comments

Color spaces of #c76fbb

RGB 199111187
HSL0.860.440.61
HSV308°44°78°
CMYK 0.000.440.06   0.22
XYZ38.207327.098850.2306
Yxy27.09880.33070.2345
Hunter Lab52.056539.9126-20.7708
CIE-Lab59.065745.4521-25.1135

#c76fbb color RGB value is (199,111,187).

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

The process color (four color CMYK) of #c76fbb color hex is 0.00, 0.44, 0.06, 0.22. Web safe color of #c76fbb is #cc66cc. Color #c76fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101111 10111011
Octal 307 157 273
Decimal 199 111 187
Hex C7 6F BB

RGB Percentages of Color #c76fbb

%40.04
%22.33
%37.63

CMYK Percentages of Color #c76fbb

%0
%44
%6
%22

Triadic Colors of #c76fbb

#c76fbb #bbc76f #6fbbc7

Analogous Colors of #c76fbb

#c76fbb #c76f8f #a76fc7

Monochromatic Colors of #c76fbb

#c76fbb

Complementary Color

#c76fbb #6fc77b

#c76fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76fbb Color CSS Codes

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

#c76fbb Text Font Color

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

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


#c76fbb Background Color

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

This div background color is #c76fbb


#c76fbb Border Color

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

This div border color is #c76fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76fbb


Comments

No comments written yet.

Please login to write comment.