color codes Logo

#c79efa color codes

#C79EFA
(199,158,250)
0 Favorites   0 Comments

Color spaces of #c79efa

RGB 199158250
HSL0.740.900.80
HSV267°37°98°
CMYK 0.200.370.00   0.02
XYZ53.035443.498096.0432
Yxy43.49800.27540.2259
Hunter Lab65.953028.1211-40.1732
CIE-Lab71.891732.7917-40.2701

#c79efa color RGB value is (199,158,250).

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

The process color (four color CMYK) of #c79efa color code is 0.20, 0.37, 0.00, 0.02. Web safe color of #c79efa is #cc99ff. Color #c79efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10011110 11111010
Octal 307 236 372
Decimal 199 158 250
Hex C7 9E FA

RGB Percentages of Color #c79efa

%32.78
%26.03
%41.19

CMYK Percentages of Color #c79efa

%20
%37
%0
%2

Triadic Colors of #c79efa

#c79efa #fac79e #9efac7

Analogous Colors of #c79efa

#c79efa #f59efa #9ea3fa

Monochromatic Colors of #c79efa

#c79efa

Complementary Color

#c79efa #d1fa9e

#c79efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c79efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c79efa Color CSS Codes

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

#c79efa Text Font Color

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

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


#c79efa Background Color

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

This div background color is #c79efa


#c79efa Border Color

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

This div border color is #c79efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c79efa

Related Colors


Comments

No comments written yet.

Please login to write comment.