Color Hex Logo

#3a587d Color Hex

#3A587D
(58,88,125)
0 Favorites   0 Comments

Color spaces of #3a587d

RGB 5888125
HSL0.590.370.36
HSV213°54°49°
CMYK 0.540.300.00   0.51
XYZ8.93639.359720.7376
Yxy9.35970.22890.2398
Hunter Lab30.5936-1.3996-18.7736
CIE-Lab36.66780.3413-24.2636

#3a587d color RGB value is (58,88,125).

#3a587d hex color red value is 58, green value is 88 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #3a587d hue: 0.59 , saturation: 0.37 and the lightness value of 3a587d is 0.36.

The process color (four color CMYK) of #3a587d color hex is 0.54, 0.30, 0.00, 0.51. Web safe color of #3a587d is #336666. Color #3a587d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01011000 01111101
Octal 72 130 175
Decimal 58 88 125
Hex 3A 58 7D

RGB Percentages of Color #3a587d

%21.40
%32.47
%46.13

CMYK Percentages of Color #3a587d

%54
%30
%0
%51

Triadic Colors of #3a587d

#3a587d #7d3a58 #587d3a

Analogous Colors of #3a587d

#3a587d #3e3a7d #3a7a7d

Monochromatic Colors of #3a587d

#3a587d

Complementary Color

#3a587d #7d5f3a

#3a587d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a587d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a587d Color CSS Codes

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

#3a587d Text Font Color

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

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


#3a587d Background Color

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

This div background color is #3a587d


#3a587d Border Color

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

This div border color is #3a587d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a587d


Comments

No comments written yet.

Please login to write comment.