Color Hex Logo

#ba84ca Color Hex

#BA84CA
(186,132,202)
0 Favorites   0 Comments

Color spaces of #ba84ca

RGB 186132202
HSL0.800.400.65
HSV286°35°79°
CMYK 0.080.350.00   0.21
XYZ39.161631.205959.8364
Yxy31.20590.30080.2397
Hunter Lab55.862227.3765-24.4044
CIE-Lab62.681132.9155-28.1623

#ba84ca color RGB value is (186,132,202).

#ba84ca hex color red value is 186, green value is 132 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ba84ca hue: 0.80 , saturation: 0.40 and the lightness value of ba84ca is 0.65.

The process color (four color CMYK) of #ba84ca color hex is 0.08, 0.35, 0.00, 0.21. Web safe color of #ba84ca is #cc99cc. Color #ba84ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 11001010
Octal 272 204 312
Decimal 186 132 202
Hex BA 84 CA

RGB Percentages of Color #ba84ca

%35.77
%25.38
%38.85

CMYK Percentages of Color #ba84ca

%8
%35
%0
%21

Triadic Colors of #ba84ca

#ba84ca #caba84 #84caba

Analogous Colors of #ba84ca

#ba84ca #ca84b7 #9784ca

Monochromatic Colors of #ba84ca

#ba84ca

Complementary Color

#ba84ca #94ca84

#ba84ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba84ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba84ca Color CSS Codes

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

#ba84ca Text Font Color

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

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


#ba84ca Background Color

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

This div background color is #ba84ca


#ba84ca Border Color

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

This div border color is #ba84ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba84ca


Comments

No comments written yet.

Please login to write comment.