Color Hex Logo

#bd19ea Color Hex

#BD19EA
(189,25,234)
0 Favorites   0 Comments

Color spaces of #bd19ea

RGB 18925234
HSL0.800.830.51
HSV287°89°92°
CMYK 0.190.890.00   0.08
XYZ36.185217.454679.3038
Yxy17.45460.27220.1313
Hunter Lab41.778781.4890-83.2984
CIE-Lab48.827882.9526-68.1736

#bd19ea color RGB value is (189,25,234).

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

The process color (four color CMYK) of #bd19ea color hex is 0.19, 0.89, 0.00, 0.08. Web safe color of #bd19ea is #cc00ff. Color #bd19ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011001 11101010
Octal 275 31 352
Decimal 189 25 234
Hex BD 19 EA

RGB Percentages of Color #bd19ea

%42.19
%5.58
%52.23

CMYK Percentages of Color #bd19ea

%19
%89
%0
%8

Triadic Colors of #bd19ea

#bd19ea #eabd19 #19eabd

Analogous Colors of #bd19ea

#bd19ea #ea19af #5519ea

Monochromatic Colors of #bd19ea

#bd19ea

Complementary Color

#bd19ea #46ea19

#bd19ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd19ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd19ea Color CSS Codes

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

#bd19ea Text Font Color

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

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


#bd19ea Background Color

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

This div background color is #bd19ea


#bd19ea Border Color

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

This div border color is #bd19ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd19ea


Comments

No comments written yet.

Please login to write comment.