Color Hex Logo

#c76abb Color Hex

#C76ABB
(199,106,187)
0 Favorites   0 Comments

Color spaces of #c76abb

RGB 199106187
HSL0.850.450.60
HSV308°47°78°
CMYK 0.000.470.06   0.22
XYZ37.676926.038050.0538
Yxy26.03800.33120.2289
Hunter Lab51.027442.5002-22.4395
CIE-Lab58.073148.0149-26.6433

#c76abb color RGB value is (199,106,187).

#c76abb hex color red value is 199, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c76abb hue: 0.85 , saturation: 0.45 and the lightness value of c76abb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101010 10111011
Octal 307 152 273
Decimal 199 106 187
Hex C7 6A BB

RGB Percentages of Color #c76abb

%40.45
%21.54
%38.01

CMYK Percentages of Color #c76abb

%0
%47
%6
%22

Triadic Colors of #c76abb

#c76abb #bbc76a #6abbc7

Analogous Colors of #c76abb

#c76abb #c76a8d #a56ac7

Monochromatic Colors of #c76abb

#c76abb

Complementary Color

#c76abb #6ac776

#c76abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76abb Color CSS Codes

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

#c76abb Text Font Color

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

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


#c76abb Background Color

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

This div background color is #c76abb


#c76abb Border Color

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

This div border color is #c76abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76abb


Comments

No comments written yet.

Please login to write comment.