Color Hex Logo

#bd81ee Color Hex

#BD81EE
(189,129,238)
0 Favorites   0 Comments

Color spaces of #bd81ee

RGB 189129238
HSL0.760.760.72
HSV273°46°93°
CMYK 0.210.460.00   0.07
XYZ44.269132.692484.8659
Yxy32.69240.27360.2020
Hunter Lab57.177338.1422-47.9777
CIE-Lab63.911143.1322-46.2802

#bd81ee color RGB value is (189,129,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000001 11101110
Octal 275 201 356
Decimal 189 129 238
Hex BD 81 EE

RGB Percentages of Color #bd81ee

%33.99
%23.20
%42.81

CMYK Percentages of Color #bd81ee

%21
%46
%0
%7

Triadic Colors of #bd81ee

#bd81ee #eebd81 #81eebd

Analogous Colors of #bd81ee

#bd81ee #ee81e9 #8781ee

Monochromatic Colors of #bd81ee

#bd81ee

Complementary Color

#bd81ee #b2ee81

#bd81ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd81ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd81ee Color CSS Codes

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

#bd81ee Text Font Color

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

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


#bd81ee Background Color

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

This div background color is #bd81ee


#bd81ee Border Color

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

This div border color is #bd81ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd81ee


Comments

No comments written yet.

Please login to write comment.