Color Hex Logo

#bd46ee Color Hex

#BD46EE
(189,70,238)
0 Favorites   0 Comments

Color spaces of #bd46ee

RGB 18970238
HSL0.780.830.60
HSV283°71°93°
CMYK 0.210.710.00   0.07
XYZ38.609021.372282.9792
Yxy21.37220.27010.1495
Hunter Lab46.230168.1715-74.0596
CIE-Lab53.354571.3581-63.1070

#bd46ee color RGB value is (189,70,238).

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

The process color (four color CMYK) of #bd46ee color hex is 0.21, 0.71, 0.00, 0.07. Web safe color of #bd46ee is #cc33ff. Color #bd46ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 11101110
Octal 275 106 356
Decimal 189 70 238
Hex BD 46 EE

RGB Percentages of Color #bd46ee

%38.03
%14.08
%47.89

CMYK Percentages of Color #bd46ee

%21
%71
%0
%7

Triadic Colors of #bd46ee

#bd46ee #eebd46 #46eebd

Analogous Colors of #bd46ee

#bd46ee #ee46cb #6946ee

Monochromatic Colors of #bd46ee

#bd46ee

Complementary Color

#bd46ee #77ee46

#bd46ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd46ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd46ee Color CSS Codes

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

#bd46ee Text Font Color

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

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


#bd46ee Background Color

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

This div background color is #bd46ee


#bd46ee Border Color

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

This div border color is #bd46ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd46ee


Comments

No comments written yet.

Please login to write comment.