Color Hex Logo

#bd80df Color Hex

#BD80DF
(189,128,223)
0 Favorites   0 Comments

Color spaces of #bd80df

RGB 189128223
HSL0.770.600.69
HSV279°43°87°
CMYK 0.150.430.00   0.13
XYZ42.024731.584973.6936
Yxy31.58490.28530.2144
Hunter Lab56.200435.1252-38.4045
CIE-Lab62.998340.4027-39.3941

#bd80df color RGB value is (189,128,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 11011111
Octal 275 200 337
Decimal 189 128 223
Hex BD 80 DF

RGB Percentages of Color #bd80df

%35.00
%23.70
%41.30

CMYK Percentages of Color #bd80df

%15
%43
%0
%13

Triadic Colors of #bd80df

#bd80df #dfbd80 #80dfbd

Analogous Colors of #bd80df

#bd80df #df80d2 #8e80df

Monochromatic Colors of #bd80df

#bd80df

Complementary Color

#bd80df #a2df80

#bd80df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80df Color CSS Codes

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

#bd80df Text Font Color

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

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


#bd80df Background Color

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

This div background color is #bd80df


#bd80df Border Color

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

This div border color is #bd80df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80df


Comments

No comments written yet.

Please login to write comment.