Color Hex Logo

#ba0ead Color Hex

#BA0EAD
(186,14,173)
0 Favorites   0 Comments

Color spaces of #ba0ead

RGB 18614173
HSL0.850.860.39
HSV305°92°73°
CMYK 0.000.920.07   0.27
XYZ27.949613.770340.7200
Yxy13.77030.33900.1670
Hunter Lab37.108469.5046-39.0847
CIE-Lab43.901774.2959-40.8152

#ba0ead color RGB value is (186,14,173).

#ba0ead hex color red value is 186, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ba0ead hue: 0.85 , saturation: 0.86 and the lightness value of ba0ead is 0.39.

The process color (four color CMYK) of #ba0ead color hex is 0.00, 0.92, 0.07, 0.27. Web safe color of #ba0ead is #cc0099. Color #ba0ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001110 10101101
Octal 272 16 255
Decimal 186 14 173
Hex BA E AD

RGB Percentages of Color #ba0ead

%49.87
%3.75
%46.38

CMYK Percentages of Color #ba0ead

%0
%92
%7
%27

Triadic Colors of #ba0ead

#ba0ead #adba0e #0eadba

Analogous Colors of #ba0ead

#ba0ead #ba0e57 #710eba

Monochromatic Colors of #ba0ead

#ba0ead

Complementary Color

#ba0ead #0eba1b

#ba0ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0ead Color CSS Codes

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

#ba0ead Text Font Color

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

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


#ba0ead Background Color

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

This div background color is #ba0ead


#ba0ead Border Color

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

This div border color is #ba0ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0ead


Comments

No comments written yet.

Please login to write comment.