Color Hex Logo

#bd46eb Color Hex

#BD46EB
(189,70,235)
0 Favorites   0 Comments

Color spaces of #bd46eb

RGB 18970235
HSL0.790.800.60
HSV283°70°92°
CMYK 0.200.700.00   0.08
XYZ38.171821.197380.6769
Yxy21.19730.27260.1514
Hunter Lab46.040567.4219-71.6656
CIE-Lab53.164870.7727-61.7287

#bd46eb color RGB value is (189,70,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000110 11101011
Octal 275 106 353
Decimal 189 70 235
Hex BD 46 EB

RGB Percentages of Color #bd46eb

%38.26
%14.17
%47.57

CMYK Percentages of Color #bd46eb

%20
%70
%0
%8

Triadic Colors of #bd46eb

#bd46eb #ebbd46 #46ebbd

Analogous Colors of #bd46eb

#bd46eb #eb46c7 #6b46eb

Monochromatic Colors of #bd46eb

#bd46eb

Complementary Color

#bd46eb #74eb46

#bd46eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd46eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd46eb Color CSS Codes

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

#bd46eb Text Font Color

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

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


#bd46eb Background Color

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

This div background color is #bd46eb


#bd46eb Border Color

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

This div border color is #bd46eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd46eb


Comments

No comments written yet.

Please login to write comment.