Color Hex Logo

#2a1189 Color Hex

#2A1189
(42,17,137)
0 Favorites   0 Comments

Color spaces of #2a1189

RGB 4217137
HSL0.700.780.30
HSV253°88°54°
CMYK 0.690.880.00   0.46
XYZ5.67072.699323.8890
Yxy2.69930.17580.0837
Hunter Lab16.429532.8580-74.7086
CIE-Lab18.797045.3882-60.6317

#2a1189 color RGB value is (42,17,137).

#2a1189 hex color red value is 42, green value is 17 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #2a1189 hue: 0.70 , saturation: 0.78 and the lightness value of 2a1189 is 0.30.

The process color (four color CMYK) of #2a1189 color hex is 0.69, 0.88, 0.00, 0.46. Web safe color of #2a1189 is #330099. Color #2a1189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 00010001 10001001
Octal 52 21 211
Decimal 42 17 137
Hex 2A 11 89

RGB Percentages of Color #2a1189

%21.43
%8.67
%69.90

CMYK Percentages of Color #2a1189

%69
%88
%0
%46

Triadic Colors of #2a1189

#2a1189 #892a11 #11892a

Analogous Colors of #2a1189

#2a1189 #661189 #113489

Monochromatic Colors of #2a1189

#2a1189

Complementary Color

#2a1189 #708911

#2a1189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a1189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a1189 Color CSS Codes

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

#2a1189 Text Font Color

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

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


#2a1189 Background Color

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

This div background color is #2a1189


#2a1189 Border Color

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

This div border color is #2a1189


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,17,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2a1189; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2a1189;
  -webkit-box-shadow: 1px 1px 3px 2px #2a1189;
  box-shadow:         1px 1px 3px 2px #2a1189; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,17,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a1189


Comments

No comments written yet.

Please login to write comment.