Color Hex Logo

#c99afb Color Hex

#C99AFB
(201,154,251)
0 Favorites   0 Comments

Color spaces of #c99afb

RGB 201154251
HSL0.750.920.79
HSV269°39°98°
CMYK 0.200.390.00   0.02
XYZ53.055642.493796.6726
Yxy42.49370.27600.2211
Hunter Lab65.187231.2029-42.2960
CIE-Lab71.210035.7824-41.8635

#c99afb color RGB value is (201,154,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011010 11111011
Octal 311 232 373
Decimal 201 154 251
Hex C9 9A FB

RGB Percentages of Color #c99afb

%33.17
%25.41
%41.42

CMYK Percentages of Color #c99afb

%20
%39
%0
%2

Triadic Colors of #c99afb

#c99afb #fbc99a #9afbc9

Analogous Colors of #c99afb

#c99afb #fa9afb #9a9cfb

Monochromatic Colors of #c99afb

#c99afb

Complementary Color

#c99afb #ccfb9a

#c99afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99afb Color CSS Codes

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

#c99afb Text Font Color

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

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


#c99afb Background Color

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

This div background color is #c99afb


#c99afb Border Color

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

This div border color is #c99afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99afb

Related Colors


Comments

No comments written yet.

Please login to write comment.