Color Hex Logo

#b479eb Color Hex

#B479EB
(180,121,235)
0 Favorites   0 Comments

Color spaces of #b479eb

RGB 180121235
HSL0.750.740.70
HSV271°49°92°
CMYK 0.230.490.00   0.08
XYZ40.655229.376282.1247
Yxy29.37620.26720.1931
Hunter Lab54.199839.0429-51.8976
CIE-Lab61.112244.3489-49.1023

#b479eb color RGB value is (180,121,235).

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

The process color (four color CMYK) of #b479eb color hex is 0.23, 0.49, 0.00, 0.08. Web safe color of #b479eb is #cc66ff. Color #b479eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111001 11101011
Octal 264 171 353
Decimal 180 121 235
Hex B4 79 EB

RGB Percentages of Color #b479eb

%33.58
%22.57
%43.84

CMYK Percentages of Color #b479eb

%23
%49
%0
%8

Triadic Colors of #b479eb

#b479eb #ebb479 #79ebb4

Analogous Colors of #b479eb

#b479eb #eb79e9 #7b79eb

Monochromatic Colors of #b479eb

#b479eb

Complementary Color

#b479eb #b0eb79

#b479eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b479eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b479eb Color CSS Codes

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

#b479eb Text Font Color

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

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


#b479eb Background Color

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

This div background color is #b479eb


#b479eb Border Color

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

This div border color is #b479eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b479eb


Comments

No comments written yet.

Please login to write comment.