Color Hex Logo

#bd82df Color Hex

#BD82DF
(189,130,223)
0 Favorites   0 Comments

Color spaces of #bd82df

RGB 189130223
HSL0.770.590.69
HSV278°42°87°
CMYK 0.150.420.00   0.13
XYZ42.288232.111873.7814
Yxy32.11180.28540.2167
Hunter Lab56.667334.0387-37.5291
CIE-Lab63.435239.3141-38.7106

#bd82df color RGB value is (189,130,223).

#bd82df hex color red value is 189, green value is 130 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd82df hue: 0.77 , saturation: 0.59 and the lightness value of bd82df is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000010 11011111
Octal 275 202 337
Decimal 189 130 223
Hex BD 82 DF

RGB Percentages of Color #bd82df

%34.87
%23.99
%41.14

CMYK Percentages of Color #bd82df

%15
%42
%0
%13

Triadic Colors of #bd82df

#bd82df #dfbd82 #82dfbd

Analogous Colors of #bd82df

#bd82df #df82d3 #8f82df

Monochromatic Colors of #bd82df

#bd82df

Complementary Color

#bd82df #a4df82

#bd82df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd82df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd82df Color CSS Codes

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

#bd82df Text Font Color

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

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


#bd82df Background Color

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

This div background color is #bd82df


#bd82df Border Color

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

This div border color is #bd82df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd82df


Comments

No comments written yet.

Please login to write comment.