Color Hex Logo

#ba8ece Color Hex

#BA8ECE
(186,142,206)
0 Favorites   0 Comments

Color spaces of #ba8ece

RGB 186142206
HSL0.780.400.68
HSV281°31°81°
CMYK 0.100.310.00   0.19
XYZ41.063334.241362.8375
Yxy34.24130.29730.2479
Hunter Lab58.516122.8582-22.7073
CIE-Lab65.153728.1853-26.5935

#ba8ece color RGB value is (186,142,206).

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

The process color (four color CMYK) of #ba8ece color hex is 0.10, 0.31, 0.00, 0.19. Web safe color of #ba8ece is #cc99cc. Color #ba8ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001110 11001110
Octal 272 216 316
Decimal 186 142 206
Hex BA 8E CE

RGB Percentages of Color #ba8ece

%34.83
%26.59
%38.58

CMYK Percentages of Color #ba8ece

%10
%31
%0
%19

Triadic Colors of #ba8ece

#ba8ece #ceba8e #8eceba

Analogous Colors of #ba8ece

#ba8ece #ce8ec2 #9a8ece

Monochromatic Colors of #ba8ece

#ba8ece

Complementary Color

#ba8ece #a2ce8e

#ba8ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8ece Color CSS Codes

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

#ba8ece Text Font Color

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

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


#ba8ece Background Color

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

This div background color is #ba8ece


#ba8ece Border Color

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

This div border color is #ba8ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8ece


Comments

No comments written yet.

Please login to write comment.