Color Hex Logo

#bd80eb Color Hex

#BD80EB
(189,128,235)
0 Favorites   0 Comments

Color spaces of #bd80eb

RGB 189128235
HSL0.760.730.71
HSV274°46°92°
CMYK 0.200.460.00   0.08
XYZ43.700832.255382.5199
Yxy32.25530.27580.2035
Hunter Lab56.793737.9604-46.3913
CIE-Lab63.553343.0086-45.1851

#bd80eb color RGB value is (189,128,235).

#bd80eb hex color red value is 189, green value is 128 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd80eb hue: 0.76 , saturation: 0.73 and the lightness value of bd80eb is 0.71.

The process color (four color CMYK) of #bd80eb color hex is 0.20, 0.46, 0.00, 0.08. Web safe color of #bd80eb is #cc99ff. Color #bd80eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 11101011
Octal 275 200 353
Decimal 189 128 235
Hex BD 80 EB

RGB Percentages of Color #bd80eb

%34.24
%23.19
%42.57

CMYK Percentages of Color #bd80eb

%20
%46
%0
%8

Triadic Colors of #bd80eb

#bd80eb #ebbd80 #80ebbd

Analogous Colors of #bd80eb

#bd80eb #eb80e4 #8880eb

Monochromatic Colors of #bd80eb

#bd80eb

Complementary Color

#bd80eb #aeeb80

#bd80eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80eb Color CSS Codes

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

#bd80eb Text Font Color

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

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


#bd80eb Background Color

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

This div background color is #bd80eb


#bd80eb Border Color

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

This div border color is #bd80eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80eb


Comments

No comments written yet.

Please login to write comment.