Color Hex Logo

#ba94dc Color Hex

#BA94DC
(186,148,220)
0 Favorites   0 Comments

Color spaces of #ba94dc

RGB 186148220
HSL0.750.510.72
HSV272°33°86°
CMYK 0.150.330.00   0.14
XYZ43.757936.786272.5043
Yxy36.78620.28590.2404
Hunter Lab60.651622.6408-28.4204
CIE-Lab67.116327.8189-31.3444

#ba94dc color RGB value is (186,148,220).

#ba94dc hex color red value is 186, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba94dc hue: 0.75 , saturation: 0.51 and the lightness value of ba94dc is 0.72.

The process color (four color CMYK) of #ba94dc color hex is 0.15, 0.33, 0.00, 0.14. Web safe color of #ba94dc is #cc99cc. Color #ba94dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010100 11011100
Octal 272 224 334
Decimal 186 148 220
Hex BA 94 DC

RGB Percentages of Color #ba94dc

%33.57
%26.71
%39.71

CMYK Percentages of Color #ba94dc

%15
%33
%0
%14

Triadic Colors of #ba94dc

#ba94dc #dcba94 #94dcba

Analogous Colors of #ba94dc

#ba94dc #dc94da #9694dc

Monochromatic Colors of #ba94dc

#ba94dc

Complementary Color

#ba94dc #b6dc94

#ba94dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba94dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba94dc Color CSS Codes

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

#ba94dc Text Font Color

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

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


#ba94dc Background Color

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

This div background color is #ba94dc


#ba94dc Border Color

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

This div border color is #ba94dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba94dc


Comments

No comments written yet.

Please login to write comment.