Color Hex Logo

#b480fd Color Hex

#B480FD
(180,128,253)
0 Favorites   0 Comments

Color spaces of #b480fd

RGB 180128253
HSL0.740.970.75
HSV265°49°99°
CMYK 0.290.490.00   0.01
XYZ44.271232.233596.8168
Yxy32.23350.25540.1860
Hunter Lab56.774639.8338-61.3642
CIE-Lab63.535444.7576-55.1911

#b480fd color RGB value is (180,128,253).

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

The process color (four color CMYK) of #b480fd color hex is 0.29, 0.49, 0.00, 0.01. Web safe color of #b480fd is #cc99ff. Color #b480fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000000 11111101
Octal 264 200 375
Decimal 180 128 253
Hex B4 80 FD

RGB Percentages of Color #b480fd

%32.09
%22.82
%45.10

CMYK Percentages of Color #b480fd

%29
%49
%0
%1

Triadic Colors of #b480fd

#b480fd #fdb480 #80fdb4

Analogous Colors of #b480fd

#b480fd #f380fd #808bfd

Monochromatic Colors of #b480fd

#b480fd

Complementary Color

#b480fd #c9fd80

#b480fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b480fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b480fd Color CSS Codes

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

#b480fd Text Font Color

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

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


#b480fd Background Color

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

This div background color is #b480fd


#b480fd Border Color

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

This div border color is #b480fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b480fd

Related Colors


Comments

No comments written yet.

Please login to write comment.