Color Hex Logo

#ba8ecc Color Hex

#BA8ECC
(186,142,204)
0 Favorites   0 Comments

Color spaces of #ba8ecc

RGB 186142204
HSL0.780.380.68
HSV283°30°80°
CMYK 0.090.300.00   0.20
XYZ40.821834.144761.5658
Yxy34.14470.29900.2501
Hunter Lab58.433522.4421-21.5648
CIE-Lab65.077327.7721-25.5942

#ba8ecc color RGB value is (186,142,204).

#ba8ecc hex color red value is 186, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba8ecc hue: 0.78 , saturation: 0.38 and the lightness value of ba8ecc is 0.68.

The process color (four color CMYK) of #ba8ecc color hex is 0.09, 0.30, 0.00, 0.20. Web safe color of #ba8ecc is #cc99cc. Color #ba8ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001110 11001100
Octal 272 216 314
Decimal 186 142 204
Hex BA 8E CC

RGB Percentages of Color #ba8ecc

%34.96
%26.69
%38.35

CMYK Percentages of Color #ba8ecc

%9
%30
%0
%20

Triadic Colors of #ba8ecc

#ba8ecc #ccba8e #8eccba

Analogous Colors of #ba8ecc

#ba8ecc #cc8ebf #9b8ecc

Monochromatic Colors of #ba8ecc

#ba8ecc

Complementary Color

#ba8ecc #a0cc8e

#ba8ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8ecc Color CSS Codes

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

#ba8ecc Text Font Color

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

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


#ba8ecc Background Color

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

This div background color is #ba8ecc


#ba8ecc Border Color

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

This div border color is #ba8ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8ecc


Comments

No comments written yet.

Please login to write comment.