Color Hex Logo

#b48eef Color Hex

#B48EEF
(180,142,239)
0 Favorites   0 Comments

Color spaces of #b48eef

RGB 180142239
HSL0.730.750.75
HSV264°41°94°
CMYK 0.250.410.00   0.06
XYZ44.075435.281386.1483
Yxy35.28130.26630.2132
Hunter Lab59.398128.5065-44.4129
CIE-Lab65.967133.7040-43.6578

#b48eef color RGB value is (180,142,239).

#b48eef hex color red value is 180, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b48eef hue: 0.73 , saturation: 0.75 and the lightness value of b48eef is 0.75.

The process color (four color CMYK) of #b48eef color hex is 0.25, 0.41, 0.00, 0.06. Web safe color of #b48eef is #cc99ff. Color #b48eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001110 11101111
Octal 264 216 357
Decimal 180 142 239
Hex B4 8E EF

RGB Percentages of Color #b48eef

%32.09
%25.31
%42.60

CMYK Percentages of Color #b48eef

%25
%41
%0
%6

Triadic Colors of #b48eef

#b48eef #efb48e #8eefb4

Analogous Colors of #b48eef

#b48eef #e58eef #8e99ef

Monochromatic Colors of #b48eef

#b48eef

Complementary Color

#b48eef #c9ef8e

#b48eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48eef Color CSS Codes

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

#b48eef Text Font Color

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

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


#b48eef Background Color

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

This div background color is #b48eef


#b48eef Border Color

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

This div border color is #b48eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,142,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b48eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b48eef;
  -webkit-box-shadow: 1px 1px 3px 2px #b48eef;
  box-shadow:         1px 1px 3px 2px #b48eef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,142,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48eef


Comments

No comments written yet.

Please login to write comment.