Color Hex Logo

#bab2ff Color Hex

#BAB2FF
(186,178,255)
0 Favorites   0 Comments

Color spaces of #bab2ff

RGB 186178255
HSL0.681.000.85
HSV246°30°100°
CMYK 0.270.300.00   0.00
XYZ54.220149.4999101.3045
Yxy49.49990.26450.2414
Hunter Lab70.356214.4380-36.1212
CIE-Lab75.761319.1549-37.0387

#bab2ff color RGB value is (186,178,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 11111111
Octal 272 262 377
Decimal 186 178 255
Hex BA B2 FF

RGB Percentages of Color #bab2ff

%30.05
%28.76
%41.20

CMYK Percentages of Color #bab2ff

%27
%30
%0
%0

Triadic Colors of #bab2ff

#bab2ff #ffbab2 #b2ffba

Analogous Colors of #bab2ff

#bab2ff #e1b2ff #b2d1ff

Monochromatic Colors of #bab2ff

#bab2ff

Complementary Color

#bab2ff #f7ffb2

#bab2ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab2ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab2ff Color CSS Codes

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

#bab2ff Text Font Color

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

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


#bab2ff Background Color

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

This div background color is #bab2ff


#bab2ff Border Color

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

This div border color is #bab2ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab2ff

Related Colors


Comments

No comments written yet.

Please login to write comment.