Color Hex Logo

#ba94cf Color Hex

#BA94CF
(186,148,207)
0 Favorites   0 Comments

Color spaces of #ba94cf

RGB 186148207
HSL0.770.380.70
HSV279°29°81°
CMYK 0.100.290.00   0.19
XYZ42.102136.123963.7851
Yxy36.12390.29650.2544
Hunter Lab60.103219.8582-20.8499
CIE-Lab66.614525.0495-24.9076

#ba94cf color RGB value is (186,148,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010100 11001111
Octal 272 224 317
Decimal 186 148 207
Hex BA 94 CF

RGB Percentages of Color #ba94cf

%34.38
%27.36
%38.26

CMYK Percentages of Color #ba94cf

%10
%29
%0
%19

Triadic Colors of #ba94cf

#ba94cf #cfba94 #94cfba

Analogous Colors of #ba94cf

#ba94cf #cf94c7 #9d94cf

Monochromatic Colors of #ba94cf

#ba94cf

Complementary Color

#ba94cf #a9cf94

#ba94cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba94cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba94cf Color CSS Codes

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

#ba94cf Text Font Color

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

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


#ba94cf Background Color

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

This div background color is #ba94cf


#ba94cf Border Color

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

This div border color is #ba94cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba94cf


Comments

No comments written yet.

Please login to write comment.