Color Hex Logo

#b382da Color Hex

#B382DA
(179,130,218)
0 Favorites   0 Comments

Color spaces of #b382da

RGB 179130218
HSL0.760.540.68
HSV273°40°85°
CMYK 0.180.400.00   0.15
XYZ39.227930.610970.1706
Yxy30.61090.28020.2186
Hunter Lab55.327129.7372-36.4677
CIE-Lab62.177835.2947-37.9648

#b382da color RGB value is (179,130,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10000010 11011010
Octal 263 202 332
Decimal 179 130 218
Hex B3 82 DA

RGB Percentages of Color #b382da

%33.97
%24.67
%41.37

CMYK Percentages of Color #b382da

%18
%40
%0
%15

Triadic Colors of #b382da

#b382da #dab382 #82dab3

Analogous Colors of #b382da

#b382da #da82d5 #8782da

Monochromatic Colors of #b382da

#b382da

Complementary Color

#b382da #a9da82

#b382da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b382da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b382da Color CSS Codes

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

#b382da Text Font Color

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

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


#b382da Background Color

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

This div background color is #b382da


#b382da Border Color

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

This div border color is #b382da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b382da


Comments

No comments written yet.

Please login to write comment.