Color Hex Logo

#bba0f4 Color Hex

#BBA0F4
(187,160,244)
0 Favorites   0 Comments

Color spaces of #bba0f4

RGB 187160244
HSL0.720.790.79
HSV259°34°96°
CMYK 0.230.340.00   0.04
XYZ49.393542.238191.1374
Yxy42.23810.27030.2311
Hunter Lab64.990821.9273-37.6494
CIE-Lab71.034826.8388-38.4245

#bba0f4 color RGB value is (187,160,244).

#bba0f4 hex color red value is 187, green value is 160 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bba0f4 hue: 0.72 , saturation: 0.79 and the lightness value of bba0f4 is 0.79.

The process color (four color CMYK) of #bba0f4 color hex is 0.23, 0.34, 0.00, 0.04. Web safe color of #bba0f4 is #cc99ff. Color #bba0f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 11110100
Octal 273 240 364
Decimal 187 160 244
Hex BB A0 F4

RGB Percentages of Color #bba0f4

%31.64
%27.07
%41.29

CMYK Percentages of Color #bba0f4

%23
%34
%0
%4

Triadic Colors of #bba0f4

#bba0f4 #f4bba0 #a0f4bb

Analogous Colors of #bba0f4

#bba0f4 #e5a0f4 #a0aff4

Monochromatic Colors of #bba0f4

#bba0f4

Complementary Color

#bba0f4 #d9f4a0

#bba0f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba0f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba0f4 Color CSS Codes

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

#bba0f4 Text Font Color

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

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


#bba0f4 Background Color

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

This div background color is #bba0f4


#bba0f4 Border Color

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

This div border color is #bba0f4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,160,244, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba0f4


Comments

No comments written yet.

Please login to write comment.