Color Hex Logo

#bd46ea Color Hex

#BD46EA
(189,70,234)
0 Favorites   0 Comments

Color spaces of #bd46ea

RGB 18970234
HSL0.790.800.60
HSV284°70°92°
CMYK 0.190.700.00   0.08
XYZ38.027721.139679.9180
Yxy21.13960.27340.1520
Hunter Lab45.977867.1740-70.8726
CIE-Lab53.101970.5787-61.2677

#bd46ea color RGB value is (189,70,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 11101010
Octal 275 106 352
Decimal 189 70 234
Hex BD 46 EA

RGB Percentages of Color #bd46ea

%38.34
%14.20
%47.46

CMYK Percentages of Color #bd46ea

%19
%70
%0
%8

Triadic Colors of #bd46ea

#bd46ea #eabd46 #46eabd

Analogous Colors of #bd46ea

#bd46ea #ea46c5 #6b46ea

Monochromatic Colors of #bd46ea

#bd46ea

Complementary Color

#bd46ea #73ea46

#bd46ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd46ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd46ea Color CSS Codes

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

#bd46ea Text Font Color

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

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


#bd46ea Background Color

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

This div background color is #bd46ea


#bd46ea Border Color

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

This div border color is #bd46ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd46ea


Comments

No comments written yet.

Please login to write comment.