Color Hex Logo

#ba68de Color Hex

#BA68DE
(186,104,222)
0 Favorites   0 Comments

Color spaces of #ba68de

RGB 186104222
HSL0.780.640.64
HSV282°53°87°
CMYK 0.160.530.00   0.13
XYZ38.384825.613772.0281
Yxy25.61370.28220.1883
Hunter Lab50.610046.8147-48.9545
CIE-Lab57.668552.0447-47.2504

#ba68de color RGB value is (186,104,222).

#ba68de hex color red value is 186, green value is 104 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ba68de hue: 0.78 , saturation: 0.64 and the lightness value of ba68de is 0.64.

The process color (four color CMYK) of #ba68de color hex is 0.16, 0.53, 0.00, 0.13. Web safe color of #ba68de is #cc66cc. Color #ba68de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 11011110
Octal 272 150 336
Decimal 186 104 222
Hex BA 68 DE

RGB Percentages of Color #ba68de

%36.33
%20.31
%43.36

CMYK Percentages of Color #ba68de

%16
%53
%0
%13

Triadic Colors of #ba68de

#ba68de #deba68 #68deba

Analogous Colors of #ba68de

#ba68de #de68c7 #7f68de

Monochromatic Colors of #ba68de

#ba68de

Complementary Color

#ba68de #8cde68

#ba68de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba68de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba68de Color CSS Codes

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

#ba68de Text Font Color

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

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


#ba68de Background Color

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

This div background color is #ba68de


#ba68de Border Color

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

This div border color is #ba68de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba68de


Comments

No comments written yet.

Please login to write comment.