Color Hex Logo

#ba335d Color Hex

#BA335D
(186,51,93)
0 Favorites   0 Comments

Color spaces of #ba335d

RGB 1865193
HSL0.950.570.46
HSV341°73°73°
CMYK 0.000.730.50   0.27
XYZ23.409313.597111.7466
Yxy13.59710.48020.2789
Hunter Lab36.874248.78936.9246
CIE-Lab43.649556.30537.6344

#ba335d color RGB value is (186,51,93).

#ba335d hex color red value is 186, green value is 51 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ba335d hue: 0.95 , saturation: 0.57 and the lightness value of ba335d is 0.46.

The process color (four color CMYK) of #ba335d color hex is 0.00, 0.73, 0.50, 0.27. Web safe color of #ba335d is #cc3366. Color #ba335d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110011 01011101
Octal 272 63 135
Decimal 186 51 93
Hex BA 33 5D

RGB Percentages of Color #ba335d

%56.36
%15.45
%28.18

CMYK Percentages of Color #ba335d

%0
%73
%50
%27

Triadic Colors of #ba335d

#ba335d #5dba33 #335dba

Analogous Colors of #ba335d

#ba335d #ba4d33 #ba33a1

Monochromatic Colors of #ba335d

#ba335d

Complementary Color

#ba335d #33ba90

#ba335d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba335d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba335d Color CSS Codes

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

#ba335d Text Font Color

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

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


#ba335d Background Color

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

This div background color is #ba335d


#ba335d Border Color

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

This div border color is #ba335d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba335d


Comments

No comments written yet.

Please login to write comment.