Color Hex Logo

#ba265d Color Hex

#BA265D
(186,38,93)
0 Favorites   0 Comments

Color spaces of #ba265d

RGB 1863893
HSL0.940.660.44
HSV338°80°73°
CMYK 0.000.800.50   0.27
XYZ22.918612.615611.5830
Yxy12.61560.48640.2677
Hunter Lab35.518453.02155.5277
CIE-Lab42.178260.44155.5418

#ba265d color RGB value is (186,38,93).

#ba265d hex color red value is 186, green value is 38 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ba265d hue: 0.94 , saturation: 0.66 and the lightness value of ba265d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100110 01011101
Octal 272 46 135
Decimal 186 38 93
Hex BA 26 5D

RGB Percentages of Color #ba265d

%58.68
%11.99
%29.34

CMYK Percentages of Color #ba265d

%0
%80
%50
%27

Triadic Colors of #ba265d

#ba265d #5dba26 #265dba

Analogous Colors of #ba265d

#ba265d #ba3926 #ba26a7

Monochromatic Colors of #ba265d

#ba265d

Complementary Color

#ba265d #26ba83

#ba265d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba265d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba265d Color CSS Codes

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

#ba265d Text Font Color

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

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


#ba265d Background Color

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

This div background color is #ba265d


#ba265d Border Color

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

This div border color is #ba265d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba265d


Comments

No comments written yet.

Please login to write comment.