Color Hex Logo

#c79bfa Color Hex

#C79BFA
(199,155,250)
0 Favorites   0 Comments

Color spaces of #c79bfa

RGB 199155250
HSL0.740.900.79
HSV268°38°98°
CMYK 0.200.380.00   0.02
XYZ52.529942.486995.8747
Yxy42.48690.27520.2226
Hunter Lab65.182029.7840-41.5809
CIE-Lab71.205334.4382-41.3412

#c79bfa color RGB value is (199,155,250).

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

The process color (four color CMYK) of #c79bfa color hex is 0.20, 0.38, 0.00, 0.02. Web safe color of #c79bfa is #cc99ff. Color #c79bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011011 11111010
Octal 307 233 372
Decimal 199 155 250
Hex C7 9B FA

RGB Percentages of Color #c79bfa

%32.95
%25.66
%41.39

CMYK Percentages of Color #c79bfa

%20
%38
%0
%2

Triadic Colors of #c79bfa

#c79bfa #fac79b #9bfac7

Analogous Colors of #c79bfa

#c79bfa #f79bfa #9b9ffa

Monochromatic Colors of #c79bfa

#c79bfa

Complementary Color

#c79bfa #cefa9b

#c79bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79bfa Color CSS Codes

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

#c79bfa Text Font Color

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

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


#c79bfa Background Color

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

This div background color is #c79bfa


#c79bfa Border Color

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

This div border color is #c79bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79bfa


Comments

No comments written yet.

Please login to write comment.