Color Hex Logo

#bd56ee Color Hex

#BD56EE
(189,86,238)
0 Favorites   0 Comments

Color spaces of #bd56ee

RGB 18986238
HSL0.780.820.64
HSV281°64°93°
CMYK 0.210.640.00   0.07
XYZ39.746723.647483.3585
Yxy23.64740.27080.1611
Hunter Lab48.628660.7974-67.5941
CIE-Lab55.733064.7077-59.2840

#bd56ee color RGB value is (189,86,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010110 11101110
Octal 275 126 356
Decimal 189 86 238
Hex BD 56 EE

RGB Percentages of Color #bd56ee

%36.84
%16.76
%46.39

CMYK Percentages of Color #bd56ee

%21
%64
%0
%7

Triadic Colors of #bd56ee

#bd56ee #eebd56 #56eebd

Analogous Colors of #bd56ee

#bd56ee #ee56d3 #7156ee

Monochromatic Colors of #bd56ee

#bd56ee

Complementary Color

#bd56ee #87ee56

#bd56ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd56ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd56ee Color CSS Codes

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

#bd56ee Text Font Color

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

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


#bd56ee Background Color

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

This div background color is #bd56ee


#bd56ee Border Color

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

This div border color is #bd56ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd56ee


Comments

No comments written yet.

Please login to write comment.