Color Hex Logo

#bd27db Color Hex

#BD27DB
(189,39,219)
0 Favorites   0 Comments

Color spaces of #bd27db

RGB 18939219
HSL0.810.710.51
HSV290°82°86°
CMYK 0.140.820.00   0.14
XYZ34.498017.384368.5551
Yxy17.38430.28640.1443
Hunter Lab41.694574.7255-68.2999
CIE-Lab48.740777.6061-59.7962

#bd27db color RGB value is (189,39,219).

#bd27db hex color red value is 189, green value is 39 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bd27db hue: 0.81 , saturation: 0.71 and the lightness value of bd27db is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 11011011
Octal 275 47 333
Decimal 189 39 219
Hex BD 27 DB

RGB Percentages of Color #bd27db

%42.28
%8.72
%48.99

CMYK Percentages of Color #bd27db

%14
%82
%0
%14

Triadic Colors of #bd27db

#bd27db #dbbd27 #27dbbd

Analogous Colors of #bd27db

#bd27db #db279f #6327db

Monochromatic Colors of #bd27db

#bd27db

Complementary Color

#bd27db #45db27

#bd27db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd27db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd27db Color CSS Codes

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

#bd27db Text Font Color

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

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


#bd27db Background Color

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

This div background color is #bd27db


#bd27db Border Color

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

This div border color is #bd27db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd27db


Comments

No comments written yet.

Please login to write comment.