Color Hex Logo

#b47eef Color Hex

#B47EEF
(180,126,239)
0 Favorites   0 Comments

Color spaces of #b47eef

RGB 180126239
HSL0.750.780.72
HSV269°47°94°
CMYK 0.250.470.00   0.06
XYZ41.863230.857085.4109
Yxy30.85700.26470.1951
Hunter Lab55.549137.3113-52.2785
CIE-Lab62.386742.5502-49.3015

#b47eef color RGB value is (180,126,239).

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

The process color (four color CMYK) of #b47eef color hex is 0.25, 0.47, 0.00, 0.06. Web safe color of #b47eef is #cc66ff. Color #b47eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111110 11101111
Octal 264 176 357
Decimal 180 126 239
Hex B4 7E EF

RGB Percentages of Color #b47eef

%33.03
%23.12
%43.85

CMYK Percentages of Color #b47eef

%25
%47
%0
%6

Triadic Colors of #b47eef

#b47eef #efb47e #7eefb4

Analogous Colors of #b47eef

#b47eef #ed7eef #7e81ef

Monochromatic Colors of #b47eef

#b47eef

Complementary Color

#b47eef #b9ef7e

#b47eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47eef Color CSS Codes

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

#b47eef Text Font Color

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

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


#b47eef Background Color

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

This div background color is #b47eef


#b47eef Border Color

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

This div border color is #b47eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47eef


Comments

No comments written yet.

Please login to write comment.