Color Hex Logo

#b48eee Color Hex

#B48EEE
(180,142,238)
0 Favorites   0 Comments

Color spaces of #b48eee

RGB 180142238
HSL0.730.740.75
HSV264°40°93°
CMYK 0.240.400.00   0.07
XYZ43.928035.222385.3723
Yxy35.22230.26700.2141
Hunter Lab59.348428.2610-43.7445
CIE-Lab65.921433.4691-43.1795

#b48eee color RGB value is (180,142,238).

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

The process color (four color CMYK) of #b48eee color hex is 0.24, 0.40, 0.00, 0.07. Web safe color of #b48eee is #cc99ff. Color #b48eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001110 11101110
Octal 264 216 356
Decimal 180 142 238
Hex B4 8E EE

RGB Percentages of Color #b48eee

%32.14
%25.36
%42.50

CMYK Percentages of Color #b48eee

%24
%40
%0
%7

Triadic Colors of #b48eee

#b48eee #eeb48e #8eeeb4

Analogous Colors of #b48eee

#b48eee #e48eee #8e98ee

Monochromatic Colors of #b48eee

#b48eee

Complementary Color

#b48eee #c8ee8e

#b48eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48eee Color CSS Codes

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

#b48eee Text Font Color

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

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


#b48eee Background Color

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

This div background color is #b48eee


#b48eee Border Color

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

This div border color is #b48eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48eee


Comments

No comments written yet.

Please login to write comment.