Color Hex Logo

#ba84ef Color Hex

#BA84EF
(186,132,239)
0 Favorites   0 Comments

Color spaces of #ba84ef

RGB 186132239
HSL0.750.770.73
HSV270°45°94°
CMYK 0.220.450.00   0.06
XYZ44.081033.173685.7412
Yxy33.17360.27040.2035
Hunter Lab57.596535.8195-47.9446
CIE-Lab64.301240.9008-46.2381

#ba84ef color RGB value is (186,132,239).

#ba84ef hex color red value is 186, green value is 132 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ba84ef hue: 0.75 , saturation: 0.77 and the lightness value of ba84ef is 0.73.

The process color (four color CMYK) of #ba84ef color hex is 0.22, 0.45, 0.00, 0.06. Web safe color of #ba84ef is #cc99ff. Color #ba84ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 11101111
Octal 272 204 357
Decimal 186 132 239
Hex BA 84 EF

RGB Percentages of Color #ba84ef

%33.39
%23.70
%42.91

CMYK Percentages of Color #ba84ef

%22
%45
%0
%6

Triadic Colors of #ba84ef

#ba84ef #efba84 #84efba

Analogous Colors of #ba84ef

#ba84ef #ef84ef #8584ef

Monochromatic Colors of #ba84ef

#ba84ef

Complementary Color

#ba84ef #b9ef84

#ba84ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba84ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba84ef Color CSS Codes

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

#ba84ef Text Font Color

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

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


#ba84ef Background Color

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

This div background color is #ba84ef


#ba84ef Border Color

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

This div border color is #ba84ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba84ef


Comments

No comments written yet.

Please login to write comment.