Color Hex Logo

#bd73de Color Hex

#BD73DE
(189,115,222)
0 Favorites   0 Comments

Color spaces of #bd73de

RGB 189115222
HSL0.780.620.66
HSV281°48°87°
CMYK 0.150.480.00   0.13
XYZ40.301828.354272.4560
Yxy28.35420.28560.2009
Hunter Lab53.248741.9144-43.4024
CIE-Lab60.207447.1542-43.2175

#bd73de color RGB value is (189,115,222).

#bd73de hex color red value is 189, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd73de hue: 0.78 , saturation: 0.62 and the lightness value of bd73de is 0.66.

The process color (four color CMYK) of #bd73de color hex is 0.15, 0.48, 0.00, 0.13. Web safe color of #bd73de is #cc66cc. Color #bd73de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 11011110
Octal 275 163 336
Decimal 189 115 222
Hex BD 73 DE

RGB Percentages of Color #bd73de

%35.93
%21.86
%42.21

CMYK Percentages of Color #bd73de

%15
%48
%0
%13

Triadic Colors of #bd73de

#bd73de #debd73 #73debd

Analogous Colors of #bd73de

#bd73de #de73ca #8873de

Monochromatic Colors of #bd73de

#bd73de

Complementary Color

#bd73de #94de73

#bd73de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd73de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd73de Color CSS Codes

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

#bd73de Text Font Color

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

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


#bd73de Background Color

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

This div background color is #bd73de


#bd73de Border Color

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

This div border color is #bd73de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd73de


Comments

No comments written yet.

Please login to write comment.