Color Hex Logo

#bd13ea Color Hex

#BD13EA
(189,19,234)
0 Favorites   0 Comments

Color spaces of #bd13ea

RGB 18919234
HSL0.800.850.50
HSV287°92°92°
CMYK 0.190.920.00   0.08
XYZ36.070417.225179.2656
Yxy17.22510.27210.1299
Hunter Lab41.503182.5040-84.1840
CIE-Lab48.542483.7990-68.6367

#bd13ea color RGB value is (189,19,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010011 11101010
Octal 275 23 352
Decimal 189 19 234
Hex BD 13 EA

RGB Percentages of Color #bd13ea

%42.76
%4.30
%52.94

CMYK Percentages of Color #bd13ea

%19
%92
%0
%8

Triadic Colors of #bd13ea

#bd13ea #eabd13 #13eabd

Analogous Colors of #bd13ea

#bd13ea #ea13ac #5113ea

Monochromatic Colors of #bd13ea

#bd13ea

Complementary Color

#bd13ea #40ea13

#bd13ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd13ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd13ea Color CSS Codes

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

#bd13ea Text Font Color

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

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


#bd13ea Background Color

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

This div background color is #bd13ea


#bd13ea Border Color

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

This div border color is #bd13ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd13ea


Comments

No comments written yet.

Please login to write comment.