Color Hex Logo

#bd55eb Color Hex

#BD55EB
(189,85,235)
0 Favorites   0 Comments

Color spaces of #bd55eb

RGB 18985235
HSL0.780.790.63
HSV282°64°92°
CMYK 0.200.640.00   0.08
XYZ39.230223.314081.0297
Yxy23.31400.27320.1624
Hunter Lab48.284660.5295-65.6995
CIE-Lab55.394364.5411-58.1480

#bd55eb color RGB value is (189,85,235).

#bd55eb hex color red value is 189, green value is 85 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bd55eb hue: 0.78 , saturation: 0.79 and the lightness value of bd55eb is 0.63.

The process color (four color CMYK) of #bd55eb color hex is 0.20, 0.64, 0.00, 0.08. Web safe color of #bd55eb is #cc66ff. Color #bd55eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010101 11101011
Octal 275 125 353
Decimal 189 85 235
Hex BD 55 EB

RGB Percentages of Color #bd55eb

%37.13
%16.70
%46.17

CMYK Percentages of Color #bd55eb

%20
%64
%0
%8

Triadic Colors of #bd55eb

#bd55eb #ebbd55 #55ebbd

Analogous Colors of #bd55eb

#bd55eb #eb55ce #7255eb

Monochromatic Colors of #bd55eb

#bd55eb

Complementary Color

#bd55eb #83eb55

#bd55eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd55eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd55eb Color CSS Codes

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

#bd55eb Text Font Color

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

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


#bd55eb Background Color

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

This div background color is #bd55eb


#bd55eb Border Color

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

This div border color is #bd55eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd55eb


Comments

No comments written yet.

Please login to write comment.