Color Hex Logo

#bd39df Color Hex

#BD39DF
(189,57,223)
0 Favorites   0 Comments

Color spaces of #bd39df

RGB 18957223
HSL0.800.720.55
HSV288°74°87°
CMYK 0.150.740.00   0.13
XYZ35.768719.072871.6082
Yxy19.07280.28290.1508
Hunter Lab43.672469.7688-66.6451
CIE-Lab50.772373.1755-58.8013

#bd39df color RGB value is (189,57,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 11011111
Octal 275 71 337
Decimal 189 57 223
Hex BD 39 DF

RGB Percentages of Color #bd39df

%40.30
%12.15
%47.55

CMYK Percentages of Color #bd39df

%15
%74
%0
%13

Triadic Colors of #bd39df

#bd39df #dfbd39 #39dfbd

Analogous Colors of #bd39df

#bd39df #df39ae #6a39df

Monochromatic Colors of #bd39df

#bd39df

Complementary Color

#bd39df #5bdf39

#bd39df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd39df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd39df Color CSS Codes

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

#bd39df Text Font Color

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

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


#bd39df Background Color

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

This div background color is #bd39df


#bd39df Border Color

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

This div border color is #bd39df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd39df


Comments

No comments written yet.

Please login to write comment.