Color Hex Logo

#ba58be Color Hex

#BA58BE
(186,88,190)
0 Favorites   0 Comments

Color spaces of #ba58be

RGB 18688190
HSL0.830.440.55
HSV298°54°75°
CMYK 0.020.540.00   0.25
XYZ33.033721.136351.0538
Yxy21.13630.31390.2009
Hunter Lab45.974247.8021-33.6588
CIE-Lab53.098353.7035-36.2417

#ba58be color RGB value is (186,88,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 10111110
Octal 272 130 276
Decimal 186 88 190
Hex BA 58 BE

RGB Percentages of Color #ba58be

%40.09
%18.97
%40.95

CMYK Percentages of Color #ba58be

%2
%54
%0
%25

Triadic Colors of #ba58be

#ba58be #beba58 #58beba

Analogous Colors of #ba58be

#ba58be #be588f #8758be

Monochromatic Colors of #ba58be

#ba58be

Complementary Color

#ba58be #5cbe58

#ba58be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba58be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba58be Color CSS Codes

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

#ba58be Text Font Color

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

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


#ba58be Background Color

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

This div background color is #ba58be


#ba58be Border Color

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

This div border color is #ba58be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,88,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 #ba58be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba58be


Comments

No comments written yet.

Please login to write comment.