Color Hex Logo

#bd29eb Color Hex

#BD29EB
(189,41,235)
0 Favorites   0 Comments

Color spaces of #bd29eb

RGB 18941235
HSL0.790.830.54
HSV286°83°92°
CMYK 0.200.830.00   0.08
XYZ36.774618.402980.2111
Yxy18.40290.27160.1359
Hunter Lab42.898677.9456-80.8304
CIE-Lab49.981279.9381-66.8686

#bd29eb color RGB value is (189,41,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 11101011
Octal 275 51 353
Decimal 189 41 235
Hex BD 29 EB

RGB Percentages of Color #bd29eb

%40.65
%8.82
%50.54

CMYK Percentages of Color #bd29eb

%20
%83
%0
%8

Triadic Colors of #bd29eb

#bd29eb #ebbd29 #29ebbd

Analogous Colors of #bd29eb

#bd29eb #eb29b8 #5c29eb

Monochromatic Colors of #bd29eb

#bd29eb

Complementary Color

#bd29eb #57eb29

#bd29eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd29eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd29eb Color CSS Codes

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

#bd29eb Text Font Color

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

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


#bd29eb Background Color

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

This div background color is #bd29eb


#bd29eb Border Color

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

This div border color is #bd29eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd29eb


Comments

No comments written yet.

Please login to write comment.