Color Hex Logo

#c76fbe Color Hex

#C76FBE
(199,111,190)
0 Favorites   0 Comments

Color spaces of #c76fbe

RGB 199111190
HSL0.850.440.61
HSV306°44°78°
CMYK 0.000.440.05   0.22
XYZ38.531927.228751.9400
Yxy27.22870.32740.2313
Hunter Lab52.181140.4921-22.4892
CIE-Lab59.185445.9780-26.6406

#c76fbe color RGB value is (199,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101111 10111110
Octal 307 157 276
Decimal 199 111 190
Hex C7 6F BE

RGB Percentages of Color #c76fbe

%39.80
%22.20
%38.00

CMYK Percentages of Color #c76fbe

%0
%44
%5
%22

Triadic Colors of #c76fbe

#c76fbe #bec76f #6fbec7

Analogous Colors of #c76fbe

#c76fbe #c76f92 #a46fc7

Monochromatic Colors of #c76fbe

#c76fbe

Complementary Color

#c76fbe #6fc778

#c76fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76fbe Color CSS Codes

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

#c76fbe Text Font Color

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

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


#c76fbe Background Color

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

This div background color is #c76fbe


#c76fbe Border Color

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

This div border color is #c76fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76fbe


Comments

No comments written yet.

Please login to write comment.