Color Hex Logo

#3a7ea1 Color Hex

#3A7EA1
(58,126,161)
0 Favorites   0 Comments

Color spaces of #3a7ea1

RGB 58126161
HSL0.560.470.43
HSV200°64°63°
CMYK 0.640.220.00   0.37
XYZ15.638818.394536.4444
Yxy18.39450.22190.2610
Hunter Lab42.8888-9.9679-20.3590
CIE-Lab49.9711-10.3745-25.1198

#3a7ea1 color RGB value is (58,126,161).

#3a7ea1 hex color red value is 58, green value is 126 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #3a7ea1 hue: 0.56 , saturation: 0.47 and the lightness value of 3a7ea1 is 0.43.

The process color (four color CMYK) of #3a7ea1 color hex is 0.64, 0.22, 0.00, 0.37. Web safe color of #3a7ea1 is #336699. Color #3a7ea1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111110 10100001
Octal 72 176 241
Decimal 58 126 161
Hex 3A 7E A1

RGB Percentages of Color #3a7ea1

%16.81
%36.52
%46.67

CMYK Percentages of Color #3a7ea1

%64
%22
%0
%37

Triadic Colors of #3a7ea1

#3a7ea1 #a13a7e #7ea13a

Analogous Colors of #3a7ea1

#3a7ea1 #3a4ba1 #3aa191

Monochromatic Colors of #3a7ea1

#3a7ea1

Complementary Color

#3a7ea1 #a15d3a

#3a7ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7ea1 Color CSS Codes

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

#3a7ea1 Text Font Color

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

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


#3a7ea1 Background Color

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

This div background color is #3a7ea1


#3a7ea1 Border Color

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

This div border color is #3a7ea1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,126,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a7ea1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a7ea1;
  -webkit-box-shadow: 1px 1px 3px 2px #3a7ea1;
  box-shadow:         1px 1px 3px 2px #3a7ea1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,126,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7ea1


Comments

No comments written yet.

Please login to write comment.