Color Hex Logo

#b48eed Color Hex

#B48EED
(180,142,237)
0 Favorites   0 Comments

Color spaces of #b48eed

RGB 180142237
HSL0.730.730.74
HSV264°40°93°
CMYK 0.240.400.00   0.07
XYZ43.781535.163784.6005
Yxy35.16370.26770.2150
Hunter Lab59.299028.0165-43.0784
CIE-Lab65.875933.2348-42.7004

#b48eed color RGB value is (180,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001110 11101101
Octal 264 216 355
Decimal 180 142 237
Hex B4 8E ED

RGB Percentages of Color #b48eed

%32.20
%25.40
%42.40

CMYK Percentages of Color #b48eed

%24
%40
%0
%7

Triadic Colors of #b48eed

#b48eed #edb48e #8eedb4

Analogous Colors of #b48eed

#b48eed #e48eed #8e98ed

Monochromatic Colors of #b48eed

#b48eed

Complementary Color

#b48eed #c7ed8e

#b48eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48eed Color CSS Codes

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

#b48eed Text Font Color

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

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


#b48eed Background Color

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

This div background color is #b48eed


#b48eed Border Color

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

This div border color is #b48eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48eed


Comments

No comments written yet.

Please login to write comment.