Color Hex Logo

#c79afb Color Hex

#C79AFB
(199,154,251)
0 Favorites   0 Comments

Color spaces of #c79afb

RGB 199154251
HSL0.740.920.79
HSV268°39°98°
CMYK 0.210.390.00   0.02
XYZ52.521442.218496.6476
Yxy42.21840.27440.2206
Hunter Lab64.975730.5784-42.7075
CIE-Lab71.021235.2095-42.1724

#c79afb color RGB value is (199,154,251).

#c79afb hex color red value is 199, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c79afb hue: 0.74 , saturation: 0.92 and the lightness value of c79afb is 0.79.

The process color (four color CMYK) of #c79afb color hex is 0.21, 0.39, 0.00, 0.02. Web safe color of #c79afb is #cc99ff. Color #c79afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011010 11111011
Octal 307 232 373
Decimal 199 154 251
Hex C7 9A FB

RGB Percentages of Color #c79afb

%32.95
%25.50
%41.56

CMYK Percentages of Color #c79afb

%21
%39
%0
%2

Triadic Colors of #c79afb

#c79afb #fbc79a #9afbc7

Analogous Colors of #c79afb

#c79afb #f89afb #9a9efb

Monochromatic Colors of #c79afb

#c79afb

Complementary Color

#c79afb #cefb9a

#c79afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79afb Color CSS Codes

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

#c79afb Text Font Color

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

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


#c79afb Background Color

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

This div background color is #c79afb


#c79afb Border Color

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

This div border color is #c79afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79afb

Related Colors


Comments

No comments written yet.

Please login to write comment.