Color Hex Logo

#3a7888 Color Hex

#3A7888
(58,120,136)
0 Favorites   0 Comments

Color spaces of #3a7888

RGB 58120136
HSL0.530.400.38
HSV192°57°53°
CMYK 0.570.120.00   0.47
XYZ12.905316.110125.7219
Yxy16.11010.23580.2943
Hunter Lab40.1374-12.8477-9.8996
CIE-Lab47.1186-15.0747-14.8106

#3a7888 color RGB value is (58,120,136).

#3a7888 hex color red value is 58, green value is 120 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #3a7888 hue: 0.53 , saturation: 0.40 and the lightness value of 3a7888 is 0.38.

The process color (four color CMYK) of #3a7888 color hex is 0.57, 0.12, 0.00, 0.47. Web safe color of #3a7888 is #336699. Color #3a7888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111000 10001000
Octal 72 170 210
Decimal 58 120 136
Hex 3A 78 88

RGB Percentages of Color #3a7888

%18.47
%38.22
%43.31

CMYK Percentages of Color #3a7888

%57
%12
%0
%47

Triadic Colors of #3a7888

#3a7888 #883a78 #78883a

Analogous Colors of #3a7888

#3a7888 #3a5188 #3a8871

Monochromatic Colors of #3a7888

#3a7888

Complementary Color

#3a7888 #884a3a

#3a7888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7888 Color CSS Codes

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

#3a7888 Text Font Color

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

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


#3a7888 Background Color

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

This div background color is #3a7888


#3a7888 Border Color

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

This div border color is #3a7888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7888


Comments

No comments written yet.

Please login to write comment.