Color Hex Logo

#ba8fcc Color Hex

#BA8FCC
(186,143,204)
0 Favorites   0 Comments

Color spaces of #ba8fcc

RGB 186143204
HSL0.780.370.68
HSV282°30°80°
CMYK 0.090.300.00   0.20
XYZ40.971234.443761.6156
Yxy34.44370.29900.2514
Hunter Lab58.688821.9073-21.1647
CIE-Lab65.313227.2146-25.2319

#ba8fcc color RGB value is (186,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001111 11001100
Octal 272 217 314
Decimal 186 143 204
Hex BA 8F CC

RGB Percentages of Color #ba8fcc

%34.90
%26.83
%38.27

CMYK Percentages of Color #ba8fcc

%9
%30
%0
%20

Triadic Colors of #ba8fcc

#ba8fcc #ccba8f #8fccba

Analogous Colors of #ba8fcc

#ba8fcc #cc8fc0 #9c8fcc

Monochromatic Colors of #ba8fcc

#ba8fcc

Complementary Color

#ba8fcc #a1cc8f

#ba8fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8fcc Color CSS Codes

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

#ba8fcc Text Font Color

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

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


#ba8fcc Background Color

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

This div background color is #ba8fcc


#ba8fcc Border Color

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

This div border color is #ba8fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8fcc


Comments

No comments written yet.

Please login to write comment.