Color Hex Logo

#c79ae5 Color Hex

#C79AE5
(199,154,229)
0 Favorites   0 Comments

Color spaces of #c79ae5

RGB 199154229
HSL0.770.590.75
HSV276°33°90°
CMYK 0.130.330.00   0.10
XYZ49.251640.910579.4294
Yxy40.91050.29040.2412
Hunter Lab63.961325.5166-28.8555
CIE-Lab70.113230.4259-31.5696

#c79ae5 color RGB value is (199,154,229).

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

The process color (four color CMYK) of #c79ae5 color hex is 0.13, 0.33, 0.00, 0.10. Web safe color of #c79ae5 is #cc99cc. Color #c79ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011010 11100101
Octal 307 232 345
Decimal 199 154 229
Hex C7 9A E5

RGB Percentages of Color #c79ae5

%34.19
%26.46
%39.35

CMYK Percentages of Color #c79ae5

%13
%33
%0
%10

Triadic Colors of #c79ae5

#c79ae5 #e5c79a #9ae5c7

Analogous Colors of #c79ae5

#c79ae5 #e59ade #a29ae5

Monochromatic Colors of #c79ae5

#c79ae5

Complementary Color

#c79ae5 #b8e59a

#c79ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79ae5 Color CSS Codes

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

#c79ae5 Text Font Color

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

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


#c79ae5 Background Color

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

This div background color is #c79ae5


#c79ae5 Border Color

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

This div border color is #c79ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79ae5


Comments

No comments written yet.

Please login to write comment.