Color Hex Logo

#b982da Color Hex

#B982DA
(185,130,218)
0 Favorites   0 Comments

Color spaces of #b982da

RGB 185130218
HSL0.770.540.68
HSV278°40°85°
CMYK 0.150.400.00   0.15
XYZ40.645131.341570.2370
Yxy31.34150.28580.2204
Hunter Lab55.983531.6234-35.1969
CIE-Lab62.794937.0649-36.9554

#b982da color RGB value is (185,130,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000010 11011010
Octal 271 202 332
Decimal 185 130 218
Hex B9 82 DA

RGB Percentages of Color #b982da

%34.71
%24.39
%40.90

CMYK Percentages of Color #b982da

%15
%40
%0
%15

Triadic Colors of #b982da

#b982da #dab982 #82dab9

Analogous Colors of #b982da

#b982da #da82cf #8d82da

Monochromatic Colors of #b982da

#b982da

Complementary Color

#b982da #a3da82

#b982da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b982da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b982da Color CSS Codes

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

#b982da Text Font Color

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

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


#b982da Background Color

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

This div background color is #b982da


#b982da Border Color

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

This div border color is #b982da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b982da


Comments

No comments written yet.

Please login to write comment.