Color Hex Logo

#bd32eb Color Hex

#BD32EB
(189,50,235)
0 Favorites   0 Comments

Color spaces of #bd32eb

RGB 18950235
HSL0.790.820.56
HSV285°79°92°
CMYK 0.200.790.00   0.08
XYZ37.122319.098280.3270
Yxy19.09820.27190.1399
Hunter Lab43.701575.1495-78.3890
CIE-Lab50.801977.5452-65.5405

#bd32eb color RGB value is (189,50,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110010 11101011
Octal 275 62 353
Decimal 189 50 235
Hex BD 32 EB

RGB Percentages of Color #bd32eb

%39.87
%10.55
%49.58

CMYK Percentages of Color #bd32eb

%20
%79
%0
%8

Triadic Colors of #bd32eb

#bd32eb #ebbd32 #32ebbd

Analogous Colors of #bd32eb

#bd32eb #eb32bd #6132eb

Monochromatic Colors of #bd32eb

#bd32eb

Complementary Color

#bd32eb #60eb32

#bd32eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd32eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd32eb Color CSS Codes

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

#bd32eb Text Font Color

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

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


#bd32eb Background Color

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

This div background color is #bd32eb


#bd32eb Border Color

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

This div border color is #bd32eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd32eb


Comments

No comments written yet.

Please login to write comment.