Color Hex Logo

#c76fbd Color Hex

#C76FBD
(199,111,189)
0 Favorites   0 Comments

Color spaces of #c76fbd

RGB 199111189
HSL0.850.440.61
HSV307°44°78°
CMYK 0.000.440.05   0.22
XYZ38.422927.185151.3663
Yxy27.18510.32850.2324
Hunter Lab52.139340.2977-21.9134
CIE-Lab59.145345.8018-26.1323

#c76fbd color RGB value is (199,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101111 10111101
Octal 307 157 275
Decimal 199 111 189
Hex C7 6F BD

RGB Percentages of Color #c76fbd

%39.88
%22.24
%37.88

CMYK Percentages of Color #c76fbd

%0
%44
%5
%22

Triadic Colors of #c76fbd

#c76fbd #bdc76f #6fbdc7

Analogous Colors of #c76fbd

#c76fbd #c76f91 #a56fc7

Monochromatic Colors of #c76fbd

#c76fbd

Complementary Color

#c76fbd #6fc779

#c76fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76fbd Color CSS Codes

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

#c76fbd Text Font Color

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

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


#c76fbd Background Color

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

This div background color is #c76fbd


#c76fbd Border Color

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

This div border color is #c76fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76fbd


Comments

No comments written yet.

Please login to write comment.