Color Hex Logo

#ba015d Color Hex

#BA015D
(186,1,93)
0 Favorites   0 Comments

Color spaces of #ba015d

RGB 186193
HSL0.920.990.37
HSV330°99°73°
CMYK 0.000.990.50   0.27
XYZ22.236311.251111.3556
Yxy11.25110.49590.2509
Hunter Lab33.542759.63263.4077
CIE-Lab40.000266.71012.4108

#ba015d color RGB value is (186,1,93).

#ba015d hex color red value is 186, green value is 1 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ba015d hue: 0.92 , saturation: 0.99 and the lightness value of ba015d is 0.37.

The process color (four color CMYK) of #ba015d color hex is 0.00, 0.99, 0.50, 0.27. Web safe color of #ba015d is #cc0066. Color #ba015d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 01011101
Octal 272 1 135
Decimal 186 1 93
Hex BA 1 5D

RGB Percentages of Color #ba015d

%66.43
%0.36
%33.21

CMYK Percentages of Color #ba015d

%0
%99
%50
%27

Triadic Colors of #ba015d

#ba015d #5dba01 #015dba

Analogous Colors of #ba015d

#ba015d #ba0101 #ba01ba

Monochromatic Colors of #ba015d

#ba015d

Complementary Color

#ba015d #01ba5e

#ba015d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba015d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba015d Color CSS Codes

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

#ba015d Text Font Color

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

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


#ba015d Background Color

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

This div background color is #ba015d


#ba015d Border Color

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

This div border color is #ba015d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,1,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 #ba015d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba015d


Comments

No comments written yet.

Please login to write comment.