Color Hex Logo

#ba3ebc Color Hex

#BA3EBC
(186,62,188)
0 Favorites   0 Comments

Color spaces of #ba3ebc

RGB 18662188
HSL0.830.500.49
HSV299°67°74°
CMYK 0.010.670.00   0.26
XYZ31.049417.515249.3212
Yxy17.51520.31720.1789
Hunter Lab41.851259.1897-40.5769
CIE-Lab48.902764.6033-41.6975

#ba3ebc color RGB value is (186,62,188).

#ba3ebc hex color red value is 186, green value is 62 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ba3ebc hue: 0.83 , saturation: 0.50 and the lightness value of ba3ebc is 0.49.

The process color (four color CMYK) of #ba3ebc color hex is 0.01, 0.67, 0.00, 0.26. Web safe color of #ba3ebc is #cc33cc. Color #ba3ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111110 10111100
Octal 272 76 274
Decimal 186 62 188
Hex BA 3E BC

RGB Percentages of Color #ba3ebc

%42.66
%14.22
%43.12

CMYK Percentages of Color #ba3ebc

%1
%67
%0
%26

Triadic Colors of #ba3ebc

#ba3ebc #bcba3e #3ebcba

Analogous Colors of #ba3ebc

#ba3ebc #bc3e7f #7b3ebc

Monochromatic Colors of #ba3ebc

#ba3ebc

Complementary Color

#ba3ebc #40bc3e

#ba3ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3ebc Color CSS Codes

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

#ba3ebc Text Font Color

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

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


#ba3ebc Background Color

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

This div background color is #ba3ebc


#ba3ebc Border Color

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

This div border color is #ba3ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3ebc

#ba3ebc Color Palettes


Comments

No comments written yet.

Please login to write comment.