Color Hex Logo

#bd49ed Color Hex

#BD49ED
(189,73,237)
0 Favorites   0 Comments

Color spaces of #bd49ed

RGB 18973237
HSL0.780.820.61
HSV282°69°93°
CMYK 0.200.690.00   0.07
XYZ38.654921.698382.2716
Yxy21.69830.27100.1521
Hunter Lab46.581466.6080-72.1103
CIE-Lab53.705469.9920-61.9811

#bd49ed color RGB value is (189,73,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001001 11101101
Octal 275 111 355
Decimal 189 73 237
Hex BD 49 ED

RGB Percentages of Color #bd49ed

%37.88
%14.63
%47.49

CMYK Percentages of Color #bd49ed

%20
%69
%0
%7

Triadic Colors of #bd49ed

#bd49ed #edbd49 #49edbd

Analogous Colors of #bd49ed

#bd49ed #ed49cb #6b49ed

Monochromatic Colors of #bd49ed

#bd49ed

Complementary Color

#bd49ed #79ed49

#bd49ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd49ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd49ed Color CSS Codes

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

#bd49ed Text Font Color

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

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


#bd49ed Background Color

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

This div background color is #bd49ed


#bd49ed Border Color

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

This div border color is #bd49ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd49ed


Comments

No comments written yet.

Please login to write comment.