Color Hex Logo

#baabff Color Hex

#BAABFF
(186,171,255)
1 Favorites   0 Comments

Color spaces of #baabff

RGB 186171255
HSL0.701.000.84
HSV251°33°100°
CMYK 0.270.330.00   0.00
XYZ52.862646.7849100.8520
Yxy46.78490.26370.2333
Hunter Lab68.399518.2548-39.5408
CIE-Lab74.052023.0326-39.6947

#baabff color RGB value is (186,171,255).

#baabff hex color red value is 186, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #baabff hue: 0.70 , saturation: 1.00 and the lightness value of baabff is 0.84.

The process color (four color CMYK) of #baabff color hex is 0.27, 0.33, 0.00, 0.00. Web safe color of #baabff is #cc99ff. Color #baabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11111111
Octal 272 253 377
Decimal 186 171 255
Hex BA AB FF

RGB Percentages of Color #baabff

%30.39
%27.94
%41.67

CMYK Percentages of Color #baabff

%27
%33
%0
%0

Triadic Colors of #baabff

#baabff #ffbaab #abffba

Analogous Colors of #baabff

#baabff #e4abff #abc6ff

Monochromatic Colors of #baabff

#baabff

Complementary Color

#baabff #f0ffab

#baabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabff Color CSS Codes

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

#baabff Text Font Color

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

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


#baabff Background Color

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

This div background color is #baabff


#baabff Border Color

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

This div border color is #baabff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,171,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabff

Related Colors


Comments

No comments written yet.

Please login to write comment.