Color Hex Logo

#ba1ecc Color Hex

#BA1ECC
(186,30,204)
0 Favorites   0 Comments

Color spaces of #ba1ecc

RGB 18630204
HSL0.820.740.46
HSV294°85°80°
CMYK 0.090.850.00   0.20
XYZ31.613115.727358.4962
Yxy15.72730.29870.1486
Hunter Lab39.657772.8904-59.6941
CIE-Lab46.614776.5371-54.6307

#ba1ecc color RGB value is (186,30,204).

#ba1ecc hex color red value is 186, green value is 30 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba1ecc hue: 0.82 , saturation: 0.74 and the lightness value of ba1ecc is 0.46.

The process color (four color CMYK) of #ba1ecc color hex is 0.09, 0.85, 0.00, 0.20. Web safe color of #ba1ecc is #cc33cc. Color #ba1ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011110 11001100
Octal 272 36 314
Decimal 186 30 204
Hex BA 1E CC

RGB Percentages of Color #ba1ecc

%44.29
%7.14
%48.57

CMYK Percentages of Color #ba1ecc

%9
%85
%0
%20

Triadic Colors of #ba1ecc

#ba1ecc #ccba1e #1eccba

Analogous Colors of #ba1ecc

#ba1ecc #cc1e87 #631ecc

Monochromatic Colors of #ba1ecc

#ba1ecc

Complementary Color

#ba1ecc #30cc1e

#ba1ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1ecc Color CSS Codes

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

#ba1ecc Text Font Color

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

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


#ba1ecc Background Color

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

This div background color is #ba1ecc


#ba1ecc Border Color

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

This div border color is #ba1ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1ecc


Comments

No comments written yet.

Please login to write comment.