Color Hex Logo

#bd81ed Color Hex

#BD81ED
(189,129,237)
0 Favorites   0 Comments

Color spaces of #bd81ed

RGB 189129237
HSL0.760.750.72
HSV273°46°93°
CMYK 0.200.460.00   0.07
XYZ44.122632.633884.0942
Yxy32.63380.27430.2029
Hunter Lab57.126037.8981-47.2916
CIE-Lab63.863342.9102-45.8029

#bd81ed color RGB value is (189,129,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000001 11101101
Octal 275 201 355
Decimal 189 129 237
Hex BD 81 ED

RGB Percentages of Color #bd81ed

%34.05
%23.24
%42.70

CMYK Percentages of Color #bd81ed

%20
%46
%0
%7

Triadic Colors of #bd81ed

#bd81ed #edbd81 #81edbd

Analogous Colors of #bd81ed

#bd81ed #ed81e7 #8781ed

Monochromatic Colors of #bd81ed

#bd81ed

Complementary Color

#bd81ed #b1ed81

#bd81ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd81ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd81ed Color CSS Codes

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

#bd81ed Text Font Color

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

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


#bd81ed Background Color

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

This div background color is #bd81ed


#bd81ed Border Color

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

This div border color is #bd81ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd81ed


Comments

No comments written yet.

Please login to write comment.