Color Hex Logo

#c99bea Color Hex

#C99BEA
(201,155,234)
0 Favorites   0 Comments

Color spaces of #c99bea

RGB 201155234
HSL0.760.650.76
HSV275°34°92°
CMYK 0.140.340.00   0.08
XYZ50.660041.800783.2402
Yxy41.80070.28830.2379
Hunter Lab64.653526.7223-31.0774
CIE-Lab70.733331.5451-33.3348

#c99bea color RGB value is (201,155,234).

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

The process color (four color CMYK) of #c99bea color hex is 0.14, 0.34, 0.00, 0.08. Web safe color of #c99bea is #cc99ff. Color #c99bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011011 11101010
Octal 311 233 352
Decimal 201 155 234
Hex C9 9B EA

RGB Percentages of Color #c99bea

%34.07
%26.27
%39.66

CMYK Percentages of Color #c99bea

%14
%34
%0
%8

Triadic Colors of #c99bea

#c99bea #eac99b #9beac9

Analogous Colors of #c99bea

#c99bea #ea9be4 #a29bea

Monochromatic Colors of #c99bea

#c99bea

Complementary Color

#c99bea #bcea9b

#c99bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99bea Color CSS Codes

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

#c99bea Text Font Color

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

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


#c99bea Background Color

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

This div background color is #c99bea


#c99bea Border Color

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

This div border color is #c99bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99bea


Comments

No comments written yet.

Please login to write comment.