Color Hex Logo

#c99bef Color Hex

#C99BEF
(201,155,239)
0 Favorites   0 Comments

Color spaces of #c99bef

RGB 201155239
HSL0.760.720.77
HSV273°35°94°
CMYK 0.160.350.00   0.06
XYZ51.388742.092287.0775
Yxy42.09220.28460.2331
Hunter Lab64.878527.8482-34.1619
CIE-Lab70.934432.6126-35.7561

#c99bef color RGB value is (201,155,239).

#c99bef hex color red value is 201, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c99bef hue: 0.76 , saturation: 0.72 and the lightness value of c99bef is 0.77.

The process color (four color CMYK) of #c99bef color hex is 0.16, 0.35, 0.00, 0.06. Web safe color of #c99bef is #cc99ff. Color #c99bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011011 11101111
Octal 311 233 357
Decimal 201 155 239
Hex C9 9B EF

RGB Percentages of Color #c99bef

%33.78
%26.05
%40.17

CMYK Percentages of Color #c99bef

%16
%35
%0
%6

Triadic Colors of #c99bef

#c99bef #efc99b #9befc9

Analogous Colors of #c99bef

#c99bef #ef9beb #9f9bef

Monochromatic Colors of #c99bef

#c99bef

Complementary Color

#c99bef #c1ef9b

#c99bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99bef Color CSS Codes

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

#c99bef Text Font Color

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

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


#c99bef Background Color

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

This div background color is #c99bef


#c99bef Border Color

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

This div border color is #c99bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99bef


Comments

No comments written yet.

Please login to write comment.