Color Hex Logo

#bd28eb Color Hex

#BD28EB
(189,40,235)
0 Favorites   0 Comments

Color spaces of #bd28eb

RGB 18940235
HSL0.790.830.54
HSV286°83°92°
CMYK 0.200.830.00   0.08
XYZ36.740518.334680.1997
Yxy18.33460.27160.1355
Hunter Lab42.818978.2277-81.0767
CIE-Lab49.899580.1777-67.0010

#bd28eb color RGB value is (189,40,235).

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

The process color (four color CMYK) of #bd28eb color hex is 0.20, 0.83, 0.00, 0.08. Web safe color of #bd28eb is #cc33ff. Color #bd28eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101000 11101011
Octal 275 50 353
Decimal 189 40 235
Hex BD 28 EB

RGB Percentages of Color #bd28eb

%40.73
%8.62
%50.65

CMYK Percentages of Color #bd28eb

%20
%83
%0
%8

Triadic Colors of #bd28eb

#bd28eb #ebbd28 #28ebbd

Analogous Colors of #bd28eb

#bd28eb #eb28b8 #5b28eb

Monochromatic Colors of #bd28eb

#bd28eb

Complementary Color

#bd28eb #56eb28

#bd28eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd28eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd28eb Color CSS Codes

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

#bd28eb Text Font Color

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

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


#bd28eb Background Color

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

This div background color is #bd28eb


#bd28eb Border Color

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

This div border color is #bd28eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd28eb


Comments

No comments written yet.

Please login to write comment.