Color Hex Logo

#ba1ecd Color Hex

#BA1ECD
(186,30,205)
0 Favorites   0 Comments

Color spaces of #ba1ecd

RGB 18630205
HSL0.820.740.46
HSV293°85°80°
CMYK 0.090.850.00   0.20
XYZ31.733415.775459.1300
Yxy15.77540.29760.1479
Hunter Lab39.718373.1079-60.4644
CIE-Lab46.678476.7012-55.1058

#ba1ecd color RGB value is (186,30,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011110 11001101
Octal 272 36 315
Decimal 186 30 205
Hex BA 1E CD

RGB Percentages of Color #ba1ecd

%44.18
%7.13
%48.69

CMYK Percentages of Color #ba1ecd

%9
%85
%0
%20

Triadic Colors of #ba1ecd

#ba1ecd #cdba1e #1ecdba

Analogous Colors of #ba1ecd

#ba1ecd #cd1e89 #621ecd

Monochromatic Colors of #ba1ecd

#ba1ecd

Complementary Color

#ba1ecd #31cd1e

#ba1ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1ecd Color CSS Codes

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

#ba1ecd Text Font Color

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

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


#ba1ecd Background Color

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

This div background color is #ba1ecd


#ba1ecd Border Color

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

This div border color is #ba1ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1ecd


Comments

No comments written yet.

Please login to write comment.