Color Hex Logo

#bd80de Color Hex

#BD80DE
(189,128,222)
0 Favorites   0 Comments

Color spaces of #bd80de

RGB 189128222
HSL0.770.590.69
HSV279°42°87°
CMYK 0.150.420.00   0.13
XYZ41.890331.531172.9855
Yxy31.53110.28610.2154
Hunter Lab56.152634.8956-37.7567
CIE-Lab62.953440.1896-38.9073

#bd80de color RGB value is (189,128,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 11011110
Octal 275 200 336
Decimal 189 128 222
Hex BD 80 DE

RGB Percentages of Color #bd80de

%35.06
%23.75
%41.19

CMYK Percentages of Color #bd80de

%15
%42
%0
%13

Triadic Colors of #bd80de

#bd80de #debd80 #80debd

Analogous Colors of #bd80de

#bd80de #de80d0 #8e80de

Monochromatic Colors of #bd80de

#bd80de

Complementary Color

#bd80de #a1de80

#bd80de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80de Color CSS Codes

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

#bd80de Text Font Color

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

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


#bd80de Background Color

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

This div background color is #bd80de


#bd80de Border Color

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

This div border color is #bd80de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80de


Comments

No comments written yet.

Please login to write comment.