Color Hex Logo

#bd73ee Color Hex

#BD73EE
(189,115,238)
0 Favorites   0 Comments

Color spaces of #bd73ee

RGB 189115238
HSL0.770.780.69
HSV276°52°93°
CMYK 0.210.520.00   0.07
XYZ42.549629.253384.2928
Yxy29.25330.27260.1874
Hunter Lab54.086345.7745-54.5422
CIE-Lab61.004550.5759-50.8762

#bd73ee color RGB value is (189,115,238).

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

The process color (four color CMYK) of #bd73ee color hex is 0.21, 0.52, 0.00, 0.07. Web safe color of #bd73ee is #cc66ff. Color #bd73ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 11101110
Octal 275 163 356
Decimal 189 115 238
Hex BD 73 EE

RGB Percentages of Color #bd73ee

%34.87
%21.22
%43.91

CMYK Percentages of Color #bd73ee

%21
%52
%0
%7

Triadic Colors of #bd73ee

#bd73ee #eebd73 #73eebd

Analogous Colors of #bd73ee

#bd73ee #ee73e2 #8073ee

Monochromatic Colors of #bd73ee

#bd73ee

Complementary Color

#bd73ee #a4ee73

#bd73ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd73ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd73ee Color CSS Codes

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

#bd73ee Text Font Color

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

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


#bd73ee Background Color

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

This div background color is #bd73ee


#bd73ee Border Color

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

This div border color is #bd73ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd73ee


Comments

No comments written yet.

Please login to write comment.