Color Hex Logo

#b48cee Color Hex

#B48CEE
(180,140,238)
0 Favorites   0 Comments

Color spaces of #b48cee

RGB 180140238
HSL0.730.740.74
HSV264°41°93°
CMYK 0.240.410.00   0.07
XYZ43.633134.632585.2739
Yxy34.63250.26680.2118
Hunter Lab58.849429.3600-44.7178
CIE-Lab65.461534.5842-43.9014

#b48cee color RGB value is (180,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10001100 11101110
Octal 264 214 356
Decimal 180 140 238
Hex B4 8C EE

RGB Percentages of Color #b48cee

%32.26
%25.09
%42.65

CMYK Percentages of Color #b48cee

%24
%41
%0
%7

Triadic Colors of #b48cee

#b48cee #eeb48c #8ceeb4

Analogous Colors of #b48cee

#b48cee #e58cee #8c95ee

Monochromatic Colors of #b48cee

#b48cee

Complementary Color

#b48cee #c6ee8c

#b48cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48cee Color CSS Codes

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

#b48cee Text Font Color

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

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


#b48cee Background Color

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

This div background color is #b48cee


#b48cee Border Color

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

This div border color is #b48cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48cee


Comments

No comments written yet.

Please login to write comment.