Color Hex Logo

#ba68ee Color Hex

#BA68EE
(186,104,238)
0 Favorites   0 Comments

Color spaces of #ba68ee

RGB 186104238
HSL0.770.800.67
HSV277°56°93°
CMYK 0.220.560.00   0.07
XYZ40.632626.512883.8648
Yxy26.51280.26910.1756
Hunter Lab51.490650.7506-60.5246
CIE-Lab58.520655.4497-54.8474

#ba68ee color RGB value is (186,104,238).

#ba68ee hex color red value is 186, green value is 104 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ba68ee hue: 0.77 , saturation: 0.80 and the lightness value of ba68ee is 0.67.

The process color (four color CMYK) of #ba68ee color hex is 0.22, 0.56, 0.00, 0.07. Web safe color of #ba68ee is #cc66ff. Color #ba68ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01101000 11101110
Octal 272 150 356
Decimal 186 104 238
Hex BA 68 EE

RGB Percentages of Color #ba68ee

%35.23
%19.70
%45.08

CMYK Percentages of Color #ba68ee

%22
%56
%0
%7

Triadic Colors of #ba68ee

#ba68ee #eeba68 #68eeba

Analogous Colors of #ba68ee

#ba68ee #ee68df #7768ee

Monochromatic Colors of #ba68ee

#ba68ee

Complementary Color

#ba68ee #9cee68

#ba68ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba68ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba68ee Color CSS Codes

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

#ba68ee Text Font Color

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

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


#ba68ee Background Color

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

This div background color is #ba68ee


#ba68ee Border Color

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

This div border color is #ba68ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba68ee


Comments

No comments written yet.

Please login to write comment.