Color Hex Logo

#ba27cb Color Hex

#BA27CB
(186,39,203)
0 Favorites   0 Comments

Color spaces of #ba27cb

RGB 18639203
HSL0.820.680.47
HSV294°81°80°
CMYK 0.080.810.00   0.20
XYZ31.754716.201957.9535
Yxy16.20190.29980.1530
Hunter Lab40.251670.3794-57.1886
CIE-Lab47.238374.3656-53.0512

#ba27cb color RGB value is (186,39,203).

#ba27cb hex color red value is 186, green value is 39 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ba27cb hue: 0.82 , saturation: 0.68 and the lightness value of ba27cb is 0.47.

The process color (four color CMYK) of #ba27cb color hex is 0.08, 0.81, 0.00, 0.20. Web safe color of #ba27cb is #cc33cc. Color #ba27cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100111 11001011
Octal 272 47 313
Decimal 186 39 203
Hex BA 27 CB

RGB Percentages of Color #ba27cb

%43.46
%9.11
%47.43

CMYK Percentages of Color #ba27cb

%8
%81
%0
%20

Triadic Colors of #ba27cb

#ba27cb #cbba27 #27cbba

Analogous Colors of #ba27cb

#ba27cb #cb278a #6827cb

Monochromatic Colors of #ba27cb

#ba27cb

Complementary Color

#ba27cb #38cb27

#ba27cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba27cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba27cb Color CSS Codes

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

#ba27cb Text Font Color

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

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


#ba27cb Background Color

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

This div background color is #ba27cb


#ba27cb Border Color

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

This div border color is #ba27cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba27cb


Comments

No comments written yet.

Please login to write comment.