Color Hex Logo

#ba53be Color Hex

#BA53BE
(186,83,190)
0 Favorites   0 Comments

Color spaces of #ba53be

RGB 18683190
HSL0.830.450.54
HSV298°56°75°
CMYK 0.020.560.00   0.25
XYZ32.637220.343350.9217
Yxy20.34330.31410.1958
Hunter Lab45.103550.2325-35.3657
CIE-Lab52.223256.0637-37.6165

#ba53be color RGB value is (186,83,190).

#ba53be hex color red value is 186, green value is 83 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba53be hue: 0.83 , saturation: 0.45 and the lightness value of ba53be is 0.54.

The process color (four color CMYK) of #ba53be color hex is 0.02, 0.56, 0.00, 0.25. Web safe color of #ba53be is #cc66cc. Color #ba53be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010011 10111110
Octal 272 123 276
Decimal 186 83 190
Hex BA 53 BE

RGB Percentages of Color #ba53be

%40.52
%18.08
%41.39

CMYK Percentages of Color #ba53be

%2
%56
%0
%25

Triadic Colors of #ba53be

#ba53be #beba53 #53beba

Analogous Colors of #ba53be

#ba53be #be538d #8553be

Monochromatic Colors of #ba53be

#ba53be

Complementary Color

#ba53be #57be53

#ba53be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba53be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba53be Color CSS Codes

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

#ba53be Text Font Color

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

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


#ba53be Background Color

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

This div background color is #ba53be


#ba53be Border Color

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

This div border color is #ba53be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba53be


Comments

No comments written yet.

Please login to write comment.