Color Hex Logo

#bd53ea Color Hex

#BD53EA
(189,83,234)
0 Favorites   0 Comments

Color spaces of #bd53ea

RGB 18983234
HSL0.780.780.62
HSV282°65°92°
CMYK 0.190.650.00   0.08
XYZ38.930822.945880.2190
Yxy22.94580.27400.1615
Hunter Lab47.901861.2427-65.7591
CIE-Lab55.016565.2202-58.1930

#bd53ea color RGB value is (189,83,234).

#bd53ea hex color red value is 189, green value is 83 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bd53ea hue: 0.78 , saturation: 0.78 and the lightness value of bd53ea is 0.62.

The process color (four color CMYK) of #bd53ea color hex is 0.19, 0.65, 0.00, 0.08. Web safe color of #bd53ea is #cc66ff. Color #bd53ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 11101010
Octal 275 123 352
Decimal 189 83 234
Hex BD 53 EA

RGB Percentages of Color #bd53ea

%37.35
%16.40
%46.25

CMYK Percentages of Color #bd53ea

%19
%65
%0
%8

Triadic Colors of #bd53ea

#bd53ea #eabd53 #53eabd

Analogous Colors of #bd53ea

#bd53ea #ea53cc #7253ea

Monochromatic Colors of #bd53ea

#bd53ea

Complementary Color

#bd53ea #80ea53

#bd53ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd53ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd53ea Color CSS Codes

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

#bd53ea Text Font Color

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

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


#bd53ea Background Color

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

This div background color is #bd53ea


#bd53ea Border Color

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

This div border color is #bd53ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd53ea


Comments

No comments written yet.

Please login to write comment.