Color Hex Logo

#c99efa Color Hex

#C99EFA
(201,158,250)
0 Favorites   0 Comments

Color spaces of #c99efa

RGB 201158250
HSL0.740.900.80
HSV268°37°98°
CMYK 0.200.370.00   0.02
XYZ53.569643.773496.0682
Yxy43.77340.27700.2263
Hunter Lab66.161528.7453-39.7776
CIE-Lab72.076833.3713-39.9676

#c99efa color RGB value is (201,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011110 11111010
Octal 311 236 372
Decimal 201 158 250
Hex C9 9E FA

RGB Percentages of Color #c99efa

%33.00
%25.94
%41.05

CMYK Percentages of Color #c99efa

%20
%37
%0
%2

Triadic Colors of #c99efa

#c99efa #fac99e #9efac9

Analogous Colors of #c99efa

#c99efa #f79efa #9ea1fa

Monochromatic Colors of #c99efa

#c99efa

Complementary Color

#c99efa #cffa9e

#c99efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99efa Color CSS Codes

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

#c99efa Text Font Color

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

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


#c99efa Background Color

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

This div background color is #c99efa


#c99efa Border Color

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

This div border color is #c99efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99efa


Comments

No comments written yet.

Please login to write comment.