Color Hex Logo

#c76bea Color Hex

#C76BEA
(199,107,234)
0 Favorites   0 Comments

Color spaces of #c76bea

RGB 199107234
HSL0.790.750.67
HSV283°54°92°
CMYK 0.150.540.00   0.08
XYZ43.662228.598081.0606
Yxy28.59800.28480.1865
Hunter Lab53.477152.1542-52.4378
CIE-Lab60.425256.3783-49.4971

#c76bea color RGB value is (199,107,234).

#c76bea hex color red value is 199, green value is 107 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c76bea hue: 0.79 , saturation: 0.75 and the lightness value of c76bea is 0.67.

The process color (four color CMYK) of #c76bea color hex is 0.15, 0.54, 0.00, 0.08. Web safe color of #c76bea is #cc66ff. Color #c76bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101011 11101010
Octal 307 153 352
Decimal 199 107 234
Hex C7 6B EA

RGB Percentages of Color #c76bea

%36.85
%19.81
%43.33

CMYK Percentages of Color #c76bea

%15
%54
%0
%8

Triadic Colors of #c76bea

#c76bea #eac76b #6beac7

Analogous Colors of #c76bea

#c76bea #ea6bce #886bea

Monochromatic Colors of #c76bea

#c76bea

Complementary Color

#c76bea #8eea6b

#c76bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76bea Color CSS Codes

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

#c76bea Text Font Color

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

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


#c76bea Background Color

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

This div background color is #c76bea


#c76bea Border Color

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

This div border color is #c76bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76bea


Comments

No comments written yet.

Please login to write comment.