Color Hex Logo

#bd62df Color Hex

#BD62DF
(189,98,223)
0 Favorites   0 Comments

Color spaces of #bd62df

RGB 18998223
HSL0.790.660.63
HSV284°56°87°
CMYK 0.150.560.00   0.13
XYZ38.673224.881972.5764
Yxy24.88190.28410.1828
Hunter Lab49.881851.0975-51.3479
CIE-Lab56.960256.0214-48.9129

#bd62df color RGB value is (189,98,223).

#bd62df hex color red value is 189, green value is 98 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd62df hue: 0.79 , saturation: 0.66 and the lightness value of bd62df is 0.63.

The process color (four color CMYK) of #bd62df color hex is 0.15, 0.56, 0.00, 0.13. Web safe color of #bd62df is #cc66cc. Color #bd62df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 11011111
Octal 275 142 337
Decimal 189 98 223
Hex BD 62 DF

RGB Percentages of Color #bd62df

%37.06
%19.22
%43.73

CMYK Percentages of Color #bd62df

%15
%56
%0
%13

Triadic Colors of #bd62df

#bd62df #dfbd62 #62dfbd

Analogous Colors of #bd62df

#bd62df #df62c3 #7f62df

Monochromatic Colors of #bd62df

#bd62df

Complementary Color

#bd62df #84df62

#bd62df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd62df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd62df Color CSS Codes

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

#bd62df Text Font Color

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

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


#bd62df Background Color

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

This div background color is #bd62df


#bd62df Border Color

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

This div border color is #bd62df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd62df


Comments

No comments written yet.

Please login to write comment.