Color Hex Logo

#bd25ea Color Hex

#BD25EA
(189,37,234)
0 Favorites   0 Comments

Color spaces of #bd25ea

RGB 18937234
HSL0.800.820.53
HSV286°84°92°
CMYK 0.190.840.00   0.08
XYZ36.499118.082579.4084
Yxy18.08250.27240.1350
Hunter Lab42.523578.7953-80.9516
CIE-Lab49.596080.6862-66.9281

#bd25ea color RGB value is (189,37,234).

#bd25ea hex color red value is 189, green value is 37 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bd25ea hue: 0.80 , saturation: 0.82 and the lightness value of bd25ea is 0.53.

The process color (four color CMYK) of #bd25ea color hex is 0.19, 0.84, 0.00, 0.08. Web safe color of #bd25ea is #cc33ff. Color #bd25ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 11101010
Octal 275 45 352
Decimal 189 37 234
Hex BD 25 EA

RGB Percentages of Color #bd25ea

%41.09
%8.04
%50.87

CMYK Percentages of Color #bd25ea

%19
%84
%0
%8

Triadic Colors of #bd25ea

#bd25ea #eabd25 #25eabd

Analogous Colors of #bd25ea

#bd25ea #ea25b5 #5a25ea

Monochromatic Colors of #bd25ea

#bd25ea

Complementary Color

#bd25ea #52ea25

#bd25ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd25ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd25ea Color CSS Codes

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

#bd25ea Text Font Color

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

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


#bd25ea Background Color

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

This div background color is #bd25ea


#bd25ea Border Color

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

This div border color is #bd25ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd25ea


Comments

No comments written yet.

Please login to write comment.