Color Hex Logo

#b480ef Color Hex

#B480EF
(180,128,239)
0 Favorites   0 Comments

Color spaces of #b480ef

RGB 180128239
HSL0.740.780.72
HSV268°46°94°
CMYK 0.250.460.00   0.06
XYZ42.121531.373685.4970
Yxy31.37360.26490.1973
Hunter Lab56.012136.2119-51.2918
CIE-Lab62.821841.4560-48.6134

#b480ef color RGB value is (180,128,239).

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

The process color (four color CMYK) of #b480ef color hex is 0.25, 0.46, 0.00, 0.06. Web safe color of #b480ef is #cc99ff. Color #b480ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 11101111
Octal 264 200 357
Decimal 180 128 239
Hex B4 80 EF

RGB Percentages of Color #b480ef

%32.91
%23.40
%43.69

CMYK Percentages of Color #b480ef

%25
%46
%0
%6

Triadic Colors of #b480ef

#b480ef #efb480 #80efb4

Analogous Colors of #b480ef

#b480ef #ec80ef #8084ef

Monochromatic Colors of #b480ef

#b480ef

Complementary Color

#b480ef #bbef80

#b480ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b480ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b480ef Color CSS Codes

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

#b480ef Text Font Color

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

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


#b480ef Background Color

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

This div background color is #b480ef


#b480ef Border Color

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

This div border color is #b480ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b480ef


Comments

No comments written yet.

Please login to write comment.