Color Hex Logo

#b78aee Color Hex

#B78AEE
(183,138,238)
0 Favorites   0 Comments

Color spaces of #b78aee

RGB 183138238
HSL0.740.750.74
HSV267°42°93°
CMYK 0.230.420.00   0.07
XYZ44.049534.417385.2105
Yxy34.41730.26910.2103
Hunter Lab58.666331.3606-45.0501
CIE-Lab65.292536.5360-44.1472

#b78aee color RGB value is (183,138,238).

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

The process color (four color CMYK) of #b78aee color hex is 0.23, 0.42, 0.00, 0.07. Web safe color of #b78aee is #cc99ff. Color #b78aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10001010 11101110
Octal 267 212 356
Decimal 183 138 238
Hex B7 8A EE

RGB Percentages of Color #b78aee

%32.74
%24.69
%42.58

CMYK Percentages of Color #b78aee

%23
%42
%0
%7

Triadic Colors of #b78aee

#b78aee #eeb78a #8aeeb7

Analogous Colors of #b78aee

#b78aee #e98aee #8a8fee

Monochromatic Colors of #b78aee

#b78aee

Complementary Color

#b78aee #c1ee8a

#b78aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b78aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b78aee Color CSS Codes

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

#b78aee Text Font Color

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

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


#b78aee Background Color

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

This div background color is #b78aee


#b78aee Border Color

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

This div border color is #b78aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b78aee

#b78aee Color Palettes


Comments

No comments written yet.

Please login to write comment.