Color Hex Logo

#ba27af Color Hex

#BA27AF
(186,39,175)
0 Favorites   0 Comments

Color spaces of #ba27af

RGB 18639175
HSL0.850.650.44
HSV304°79°73°
CMYK 0.000.790.06   0.27
XYZ28.713114.985341.9365
Yxy14.98530.33530.1750
Hunter Lab38.710964.6553-37.1328
CIE-Lab45.614169.9155-39.2837

#ba27af color RGB value is (186,39,175).

#ba27af hex color red value is 186, green value is 39 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba27af hue: 0.85 , saturation: 0.65 and the lightness value of ba27af is 0.44.

The process color (four color CMYK) of #ba27af color hex is 0.00, 0.79, 0.06, 0.27. Web safe color of #ba27af is #cc3399. Color #ba27af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 10101111
Octal 272 47 257
Decimal 186 39 175
Hex BA 27 AF

RGB Percentages of Color #ba27af

%46.50
%9.75
%43.75

CMYK Percentages of Color #ba27af

%0
%79
%6
%27

Triadic Colors of #ba27af

#ba27af #afba27 #27afba

Analogous Colors of #ba27af

#ba27af #ba2766 #7c27ba

Monochromatic Colors of #ba27af

#ba27af

Complementary Color

#ba27af #27ba32

#ba27af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba27af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba27af Color CSS Codes

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

#ba27af Text Font Color

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

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


#ba27af Background Color

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

This div background color is #ba27af


#ba27af Border Color

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

This div border color is #ba27af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba27af


Comments

No comments written yet.

Please login to write comment.