Color Hex Logo

#c79aeb Color Hex

#C79AEB
(199,154,235)
0 Favorites   0 Comments

Color spaces of #c79aeb

RGB 199154235
HSL0.760.670.76
HSV273°34°92°
CMYK 0.150.340.00   0.08
XYZ50.104241.251583.9188
Yxy41.25150.28590.2354
Hunter Lab64.227326.8513-32.5086
CIE-Lab70.351831.7016-34.4882

#c79aeb color RGB value is (199,154,235).

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

The process color (four color CMYK) of #c79aeb color hex is 0.15, 0.34, 0.00, 0.08. Web safe color of #c79aeb is #cc99ff. Color #c79aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011010 11101011
Octal 307 232 353
Decimal 199 154 235
Hex C7 9A EB

RGB Percentages of Color #c79aeb

%33.84
%26.19
%39.97

CMYK Percentages of Color #c79aeb

%15
%34
%0
%8

Triadic Colors of #c79aeb

#c79aeb #ebc79a #9aebc7

Analogous Colors of #c79aeb

#c79aeb #eb9ae7 #9f9aeb

Monochromatic Colors of #c79aeb

#c79aeb

Complementary Color

#c79aeb #beeb9a

#c79aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79aeb Color CSS Codes

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

#c79aeb Text Font Color

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

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


#c79aeb Background Color

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

This div background color is #c79aeb


#c79aeb Border Color

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

This div border color is #c79aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79aeb


Comments

No comments written yet.

Please login to write comment.