Color Hex Logo

#c76beb Color Hex

#C76BEB
(199,107,235)
0 Favorites   0 Comments

Color spaces of #c76beb

RGB 199107235
HSL0.790.760.67
HSV283°54°92°
CMYK 0.150.540.00   0.08
XYZ43.806328.655781.8195
Yxy28.65570.28390.1857
Hunter Lab53.531052.3935-53.1501
CIE-Lab60.476656.5808-49.9725

#c76beb color RGB value is (199,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101011 11101011
Octal 307 153 353
Decimal 199 107 235
Hex C7 6B EB

RGB Percentages of Color #c76beb

%36.78
%19.78
%43.44

CMYK Percentages of Color #c76beb

%15
%54
%0
%8

Triadic Colors of #c76beb

#c76beb #ebc76b #6bebc7

Analogous Colors of #c76beb

#c76beb #eb6bcf #876beb

Monochromatic Colors of #c76beb

#c76beb

Complementary Color

#c76beb #8feb6b

#c76beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76beb Color CSS Codes

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

#c76beb Text Font Color

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

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


#c76beb Background Color

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

This div background color is #c76beb


#c76beb Border Color

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

This div border color is #c76beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76beb


Comments

No comments written yet.

Please login to write comment.