Color Hex Logo

#bd80ee Color Hex

#BD80EE
(189,128,238)
0 Favorites   0 Comments

Color spaces of #bd80ee

RGB 189128238
HSL0.760.760.72
HSV273°46°93°
CMYK 0.210.460.00   0.07
XYZ44.138132.430284.8222
Yxy32.43020.27350.2009
Hunter Lab56.947538.6912-48.4480
CIE-Lab63.696943.6729-46.6179

#bd80ee color RGB value is (189,128,238).

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

The process color (four color CMYK) of #bd80ee color hex is 0.21, 0.46, 0.00, 0.07. Web safe color of #bd80ee is #cc99ff. Color #bd80ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 11101110
Octal 275 200 356
Decimal 189 128 238
Hex BD 80 EE

RGB Percentages of Color #bd80ee

%34.05
%23.06
%42.88

CMYK Percentages of Color #bd80ee

%21
%46
%0
%7

Triadic Colors of #bd80ee

#bd80ee #eebd80 #80eebd

Analogous Colors of #bd80ee

#bd80ee #ee80e8 #8680ee

Monochromatic Colors of #bd80ee

#bd80ee

Complementary Color

#bd80ee #b1ee80

#bd80ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80ee Color CSS Codes

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

#bd80ee Text Font Color

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

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


#bd80ee Background Color

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

This div background color is #bd80ee


#bd80ee Border Color

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

This div border color is #bd80ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80ee


Comments

No comments written yet.

Please login to write comment.