Color Hex Logo

#ba27bf Color Hex

#BA27BF
(186,39,191)
0 Favorites   0 Comments

Color spaces of #ba27bf

RGB 18639191
HSL0.830.660.45
HSV298°80°75°
CMYK 0.030.800.00   0.25
XYZ30.379215.651750.7101
Yxy15.65170.31400.1618
Hunter Lab39.562267.8334-48.3032
CIE-Lab46.514272.4032-47.2442

#ba27bf color RGB value is (186,39,191).

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

The process color (four color CMYK) of #ba27bf color hex is 0.03, 0.80, 0.00, 0.25. Web safe color of #ba27bf is #cc33cc. Color #ba27bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 10111111
Octal 272 47 277
Decimal 186 39 191
Hex BA 27 BF

RGB Percentages of Color #ba27bf

%44.71
%9.38
%45.91

CMYK Percentages of Color #ba27bf

%3
%80
%0
%25

Triadic Colors of #ba27bf

#ba27bf #bfba27 #27bfba

Analogous Colors of #ba27bf

#ba27bf #bf2778 #6e27bf

Monochromatic Colors of #ba27bf

#ba27bf

Complementary Color

#ba27bf #2cbf27

#ba27bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba27bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba27bf Color CSS Codes

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

#ba27bf Text Font Color

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

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


#ba27bf Background Color

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

This div background color is #ba27bf


#ba27bf Border Color

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

This div border color is #ba27bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba27bf


Comments

No comments written yet.

Please login to write comment.