Color Hex Logo

#bd39dd Color Hex

#BD39DD
(189,57,221)
0 Favorites   0 Comments

Color spaces of #bd39dd

RGB 18957221
HSL0.800.710.55
HSV288°74°87°
CMYK 0.140.740.00   0.13
XYZ35.500518.965570.1962
Yxy18.96550.28480.1521
Hunter Lab43.549469.2978-65.0835
CIE-Lab50.646872.8117-57.8668

#bd39dd color RGB value is (189,57,221).

#bd39dd hex color red value is 189, green value is 57 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd39dd hue: 0.80 , saturation: 0.71 and the lightness value of bd39dd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 11011101
Octal 275 71 335
Decimal 189 57 221
Hex BD 39 DD

RGB Percentages of Color #bd39dd

%40.47
%12.21
%47.32

CMYK Percentages of Color #bd39dd

%14
%74
%0
%13

Triadic Colors of #bd39dd

#bd39dd #ddbd39 #39ddbd

Analogous Colors of #bd39dd

#bd39dd #dd39ab #6b39dd

Monochromatic Colors of #bd39dd

#bd39dd

Complementary Color

#bd39dd #59dd39

#bd39dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd39dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd39dd Color CSS Codes

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

#bd39dd Text Font Color

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

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


#bd39dd Background Color

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

This div background color is #bd39dd


#bd39dd Border Color

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

This div border color is #bd39dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd39dd


Comments

No comments written yet.

Please login to write comment.