Color Hex Logo

#c79ae7 Color Hex

#C79AE7
(199,154,231)
0 Favorites   0 Comments

Color spaces of #c79ae7

RGB 199154231
HSL0.760.620.75
HSV275°33°91°
CMYK 0.140.330.00   0.09
XYZ49.532641.022880.9089
Yxy41.02280.28890.2392
Hunter Lab64.049025.9579-30.0628
CIE-Lab70.191930.8489-32.5448

#c79ae7 color RGB value is (199,154,231).

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

The process color (four color CMYK) of #c79ae7 color hex is 0.14, 0.33, 0.00, 0.09. Web safe color of #c79ae7 is #cc99ff. Color #c79ae7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011010 11100111
Octal 307 232 347
Decimal 199 154 231
Hex C7 9A E7

RGB Percentages of Color #c79ae7

%34.08
%26.37
%39.55

CMYK Percentages of Color #c79ae7

%14
%33
%0
%9

Triadic Colors of #c79ae7

#c79ae7 #e7c79a #9ae7c7

Analogous Colors of #c79ae7

#c79ae7 #e79ae1 #a19ae7

Monochromatic Colors of #c79ae7

#c79ae7

Complementary Color

#c79ae7 #bae79a

#c79ae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79ae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79ae7 Color CSS Codes

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

#c79ae7 Text Font Color

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

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


#c79ae7 Background Color

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

This div background color is #c79ae7


#c79ae7 Border Color

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

This div border color is #c79ae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79ae7


Comments

No comments written yet.

Please login to write comment.