Color Hex Logo

#ba62df Color Hex

#BA62DF
(186,98,223)
0 Favorites   0 Comments

Color spaces of #ba62df

RGB 18698223
HSL0.780.660.63
HSV282°56°87°
CMYK 0.170.560.00   0.13
XYZ37.936724.502272.5419
Yxy24.50220.28110.1815
Hunter Lab49.499750.1784-52.2398
CIE-Lab56.587155.2622-49.5283

#ba62df color RGB value is (186,98,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100010 11011111
Octal 272 142 337
Decimal 186 98 223
Hex BA 62 DF

RGB Percentages of Color #ba62df

%36.69
%19.33
%43.98

CMYK Percentages of Color #ba62df

%17
%56
%0
%13

Triadic Colors of #ba62df

#ba62df #dfba62 #62dfba

Analogous Colors of #ba62df

#ba62df #df62c6 #7c62df

Monochromatic Colors of #ba62df

#ba62df

Complementary Color

#ba62df #87df62

#ba62df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba62df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba62df Color CSS Codes

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

#ba62df Text Font Color

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

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


#ba62df Background Color

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

This div background color is #ba62df


#ba62df Border Color

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

This div border color is #ba62df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba62df


Comments

No comments written yet.

Please login to write comment.