Color Hex Logo

#ba99ce Color Hex

#BA99CE
(186,153,206)
0 Favorites   0 Comments

Color spaces of #ba99ce

RGB 186153206
HSL0.770.350.70
HSV277°26°81°
CMYK 0.100.260.00   0.19
XYZ42.781537.677863.4102
Yxy37.67780.29740.2619
Hunter Lab61.382216.9900-18.2813
CIE-Lab67.782522.0543-22.5654

#ba99ce color RGB value is (186,153,206).

#ba99ce hex color red value is 186, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ba99ce hue: 0.77 , saturation: 0.35 and the lightness value of ba99ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011001 11001110
Octal 272 231 316
Decimal 186 153 206
Hex BA 99 CE

RGB Percentages of Color #ba99ce

%34.13
%28.07
%37.80

CMYK Percentages of Color #ba99ce

%10
%26
%0
%19

Triadic Colors of #ba99ce

#ba99ce #ceba99 #99ceba

Analogous Colors of #ba99ce

#ba99ce #ce99c8 #a099ce

Monochromatic Colors of #ba99ce

#ba99ce

Complementary Color

#ba99ce #adce99

#ba99ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba99ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba99ce Color CSS Codes

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

#ba99ce Text Font Color

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

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


#ba99ce Background Color

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

This div background color is #ba99ce


#ba99ce Border Color

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

This div border color is #ba99ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba99ce


Comments

No comments written yet.

Please login to write comment.