Color Hex Logo

#b480ea Color Hex

#B480EA
(180,128,234)
0 Favorites   0 Comments

Color spaces of #b480ea

RGB 180128234
HSL0.750.720.71
HSV269°45°92°
CMYK 0.230.450.00   0.08
XYZ41.392831.082281.6597
Yxy31.08220.26850.2017
Hunter Lab55.751434.9629-47.8167
CIE-Lab62.577040.3000-46.2326

#b480ea color RGB value is (180,128,234).

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

The process color (four color CMYK) of #b480ea color hex is 0.23, 0.45, 0.00, 0.08. Web safe color of #b480ea is #cc99ff. Color #b480ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 11101010
Octal 264 200 352
Decimal 180 128 234
Hex B4 80 EA

RGB Percentages of Color #b480ea

%33.21
%23.62
%43.17

CMYK Percentages of Color #b480ea

%23
%45
%0
%8

Triadic Colors of #b480ea

#b480ea #eab480 #80eab4

Analogous Colors of #b480ea

#b480ea #e980ea #8081ea

Monochromatic Colors of #b480ea

#b480ea

Complementary Color

#b480ea #b6ea80

#b480ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b480ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b480ea Color CSS Codes

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

#b480ea Text Font Color

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

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


#b480ea Background Color

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

This div background color is #b480ea


#b480ea Border Color

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

This div border color is #b480ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b480ea


Comments

No comments written yet.

Please login to write comment.