Color Hex Logo

#c99bce Color Hex

#C99BCE
(201,155,206)
0 Favorites   0 Comments

Color spaces of #c99bce

RGB 201155206
HSL0.820.340.71
HSV294°25°81°
CMYK 0.020.250.00   0.19
XYZ46.949340.316463.6999
Yxy40.31640.31100.2671
Hunter Lab63.495220.8690-15.0345
CIE-Lab69.694325.8735-19.5231

#c99bce color RGB value is (201,155,206).

#c99bce hex color red value is 201, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c99bce hue: 0.82 , saturation: 0.34 and the lightness value of c99bce is 0.71.

The process color (four color CMYK) of #c99bce color hex is 0.02, 0.25, 0.00, 0.19. Web safe color of #c99bce is #cc99cc. Color #c99bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011011 11001110
Octal 311 233 316
Decimal 201 155 206
Hex C9 9B CE

RGB Percentages of Color #c99bce

%35.77
%27.58
%36.65

CMYK Percentages of Color #c99bce

%2
%25
%0
%19

Triadic Colors of #c99bce

#c99bce #cec99b #9bcec9

Analogous Colors of #c99bce

#c99bce #ce9bba #b09bce

Monochromatic Colors of #c99bce

#c99bce

Complementary Color

#c99bce #a0ce9b

#c99bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99bce Color CSS Codes

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

#c99bce Text Font Color

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

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


#c99bce Background Color

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

This div background color is #c99bce


#c99bce Border Color

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

This div border color is #c99bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99bce


Comments

No comments written yet.

Please login to write comment.