Color Hex Logo

#c76eeb Color Hex

#C76EEB
(199,110,235)
0 Favorites   0 Comments

Color spaces of #c76eeb

RGB 199110235
HSL0.790.760.68
HSV283°53°92°
CMYK 0.150.530.00   0.08
XYZ44.124529.292181.9256
Yxy29.29210.28400.1886
Hunter Lab54.122250.8129-51.8627
CIE-Lab61.038655.0913-49.0821

#c76eeb color RGB value is (199,110,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101110 11101011
Octal 307 156 353
Decimal 199 110 235
Hex C7 6E EB

RGB Percentages of Color #c76eeb

%36.58
%20.22
%43.20

CMYK Percentages of Color #c76eeb

%15
%53
%0
%8

Triadic Colors of #c76eeb

#c76eeb #ebc76e #6eebc7

Analogous Colors of #c76eeb

#c76eeb #eb6ed1 #896eeb

Monochromatic Colors of #c76eeb

#c76eeb

Complementary Color

#c76eeb #92eb6e

#c76eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c76eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c76eeb Color CSS Codes

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

#c76eeb Text Font Color

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

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


#c76eeb Background Color

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

This div background color is #c76eeb


#c76eeb Border Color

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

This div border color is #c76eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c76eeb


Comments

No comments written yet.

Please login to write comment.