Color Hex Logo

#c9bbfb Color Hex

#C9BBFB
(201,187,251)
0 Favorites   0 Comments

Color spaces of #c9bbfb

RGB 201187251
HSL0.700.890.86
HSV253°25°98°
CMYK 0.200.250.00   0.02
XYZ59.270354.923298.7441
Yxy54.92320.27830.2579
Hunter Lab74.110213.0642-27.1206
CIE-Lab78.997017.7023-29.8009

#c9bbfb color RGB value is (201,187,251).

#c9bbfb hex color red value is 201, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c9bbfb hue: 0.70 , saturation: 0.89 and the lightness value of c9bbfb is 0.86.

The process color (four color CMYK) of #c9bbfb color hex is 0.20, 0.25, 0.00, 0.02. Web safe color of #c9bbfb is #ccccff. Color #c9bbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111011 11111011
Octal 311 273 373
Decimal 201 187 251
Hex C9 BB FB

RGB Percentages of Color #c9bbfb

%31.46
%29.26
%39.28

CMYK Percentages of Color #c9bbfb

%20
%25
%0
%2

Triadic Colors of #c9bbfb

#c9bbfb #fbc9bb #bbfbc9

Analogous Colors of #c9bbfb

#c9bbfb #e9bbfb #bbcdfb

Monochromatic Colors of #c9bbfb

#c9bbfb

Complementary Color

#c9bbfb #edfbbb

#c9bbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bbfb Color CSS Codes

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

#c9bbfb Text Font Color

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

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


#c9bbfb Background Color

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

This div background color is #c9bbfb


#c9bbfb Border Color

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

This div border color is #c9bbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bbfb


Comments

No comments written yet.

Please login to write comment.