Color Hex Logo

#bd37db Color Hex

#BD37DB
(189,55,219)
0 Favorites   0 Comments

Color spaces of #bd37db

RGB 18955219
HSL0.800.690.54
HSV289°75°86°
CMYK 0.140.750.00   0.14
XYZ35.138618.665768.7687
Yxy18.66570.28670.1523
Hunter Lab43.203869.5712-64.1308
CIE-Lab50.293873.1057-57.2963

#bd37db color RGB value is (189,55,219).

#bd37db hex color red value is 189, green value is 55 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd37db hue: 0.80 , saturation: 0.69 and the lightness value of bd37db is 0.54.

The process color (four color CMYK) of #bd37db color hex is 0.14, 0.75, 0.00, 0.14. Web safe color of #bd37db is #cc33cc. Color #bd37db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 11011011
Octal 275 67 333
Decimal 189 55 219
Hex BD 37 DB

RGB Percentages of Color #bd37db

%40.82
%11.88
%47.30

CMYK Percentages of Color #bd37db

%14
%75
%0
%14

Triadic Colors of #bd37db

#bd37db #dbbd37 #37dbbd

Analogous Colors of #bd37db

#bd37db #db37a7 #6b37db

Monochromatic Colors of #bd37db

#bd37db

Complementary Color

#bd37db #55db37

#bd37db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd37db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd37db Color CSS Codes

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

#bd37db Text Font Color

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

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


#bd37db Background Color

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

This div background color is #bd37db


#bd37db Border Color

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

This div border color is #bd37db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd37db


Comments

No comments written yet.

Please login to write comment.