Color Hex Logo

#b482da Color Hex

#B482DA
(180,130,218)
0 Favorites   0 Comments

Color spaces of #b482da

RGB 180130218
HSL0.760.540.68
HSV274°40°85°
CMYK 0.170.400.00   0.15
XYZ39.459930.730570.1815
Yxy30.73050.28110.2189
Hunter Lab55.435130.0487-36.2573
CIE-Lab62.279535.5888-37.7984

#b482da color RGB value is (180,130,218).

#b482da hex color red value is 180, green value is 130 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b482da hue: 0.76 , saturation: 0.54 and the lightness value of b482da is 0.68.

The process color (four color CMYK) of #b482da color hex is 0.17, 0.40, 0.00, 0.15. Web safe color of #b482da is #cc99cc. Color #b482da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000010 11011010
Octal 264 202 332
Decimal 180 130 218
Hex B4 82 DA

RGB Percentages of Color #b482da

%34.09
%24.62
%41.29

CMYK Percentages of Color #b482da

%17
%40
%0
%15

Triadic Colors of #b482da

#b482da #dab482 #82dab4

Analogous Colors of #b482da

#b482da #da82d4 #8882da

Monochromatic Colors of #b482da

#b482da

Complementary Color

#b482da #a8da82

#b482da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b482da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b482da Color CSS Codes

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

#b482da Text Font Color

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

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


#b482da Background Color

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

This div background color is #b482da


#b482da Border Color

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

This div border color is #b482da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b482da


Comments

No comments written yet.

Please login to write comment.