Color Hex Logo

#ba83de Color Hex

#BA83DE
(186,131,222)
0 Favorites   0 Comments

Color spaces of #ba83de

RGB 186131222
HSL0.770.580.69
HSV276°41°87°
CMYK 0.160.410.00   0.13
XYZ41.550831.945673.0834
Yxy31.94560.28350.2179
Hunter Lab56.520432.3129-37.1003
CIE-Lab63.297937.6741-38.3916

#ba83de color RGB value is (186,131,222).

#ba83de hex color red value is 186, green value is 131 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ba83de hue: 0.77 , saturation: 0.58 and the lightness value of ba83de is 0.69.

The process color (four color CMYK) of #ba83de color hex is 0.16, 0.41, 0.00, 0.13. Web safe color of #ba83de is #cc99cc. Color #ba83de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 11011110
Octal 272 203 336
Decimal 186 131 222
Hex BA 83 DE

RGB Percentages of Color #ba83de

%34.51
%24.30
%41.19

CMYK Percentages of Color #ba83de

%16
%41
%0
%13

Triadic Colors of #ba83de

#ba83de #deba83 #83deba

Analogous Colors of #ba83de

#ba83de #de83d5 #8d83de

Monochromatic Colors of #ba83de

#ba83de

Complementary Color

#ba83de #a7de83

#ba83de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba83de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba83de Color CSS Codes

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

#ba83de Text Font Color

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

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


#ba83de Background Color

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

This div background color is #ba83de


#ba83de Border Color

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

This div border color is #ba83de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,131,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba83de


Comments

No comments written yet.

Please login to write comment.