Color Hex Logo

#c9bafb Color Hex

#C9BAFB
(201,186,251)
0 Favorites   0 Comments

Color spaces of #c9bafb

RGB 201186251
HSL0.710.890.86
HSV254°26°98°
CMYK 0.200.260.00   0.02
XYZ59.058954.500498.6737
Yxy54.50040.27830.2568
Hunter Lab73.824413.6059-27.5700
CIE-Lab78.752618.2472-30.1763

#c9bafb color RGB value is (201,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10111010 11111011
Octal 311 272 373
Decimal 201 186 251
Hex C9 BA FB

RGB Percentages of Color #c9bafb

%31.50
%29.15
%39.34

CMYK Percentages of Color #c9bafb

%20
%26
%0
%2

Triadic Colors of #c9bafb

#c9bafb #fbc9ba #bafbc9

Analogous Colors of #c9bafb

#c9bafb #eabafb #baccfb

Monochromatic Colors of #c9bafb

#c9bafb

Complementary Color

#c9bafb #ecfbba

#c9bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9bafb Color CSS Codes

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

#c9bafb Text Font Color

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

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


#c9bafb Background Color

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

This div background color is #c9bafb


#c9bafb Border Color

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

This div border color is #c9bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9bafb

Related Colors


Comments

No comments written yet.

Please login to write comment.