Color Hex Logo

#bd46ed Color Hex

#BD46ED
(189,70,237)
0 Favorites   0 Comments

Color spaces of #bd46ed

RGB 18970237
HSL0.790.820.60
HSV283°70°93°
CMYK 0.200.700.00   0.07
XYZ38.462521.313682.2075
Yxy21.31360.27090.1501
Hunter Lab46.166767.9208-73.2592
CIE-Lab53.291071.1626-62.6483

#bd46ed color RGB value is (189,70,237).

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

The process color (four color CMYK) of #bd46ed color hex is 0.20, 0.70, 0.00, 0.07. Web safe color of #bd46ed is #cc33ff. Color #bd46ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 11101101
Octal 275 106 355
Decimal 189 70 237
Hex BD 46 ED

RGB Percentages of Color #bd46ed

%38.10
%14.11
%47.78

CMYK Percentages of Color #bd46ed

%20
%70
%0
%7

Triadic Colors of #bd46ed

#bd46ed #edbd46 #46edbd

Analogous Colors of #bd46ed

#bd46ed #ed46ca #6a46ed

Monochromatic Colors of #bd46ed

#bd46ed

Complementary Color

#bd46ed #76ed46

#bd46ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd46ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd46ed Color CSS Codes

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

#bd46ed Text Font Color

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

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


#bd46ed Background Color

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

This div background color is #bd46ed


#bd46ed Border Color

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

This div border color is #bd46ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd46ed


Comments

No comments written yet.

Please login to write comment.