Color Hex Logo

#3a174f Color Hex

#3A174F
(58,23,79)
0 Favorites   0 Comments

Color spaces of #3a174f

RGB 582379
HSL0.770.550.20
HSV278°71°31°
CMYK 0.270.710.00   0.69
XYZ3.46262.07687.6155
Yxy2.07680.26320.1579
Hunter Lab14.411117.6693-21.2438
CIE-Lab15.885228.3154-27.4284

#3a174f color RGB value is (58,23,79).

#3a174f hex color red value is 58, green value is 23 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #3a174f hue: 0.77 , saturation: 0.55 and the lightness value of 3a174f is 0.20.

The process color (four color CMYK) of #3a174f color hex is 0.27, 0.71, 0.00, 0.69. Web safe color of #3a174f is #330066. Color #3a174f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00010111 01001111
Octal 72 27 117
Decimal 58 23 79
Hex 3A 17 4F

RGB Percentages of Color #3a174f

%36.25
%14.38
%49.38

CMYK Percentages of Color #3a174f

%27
%71
%0
%69

Triadic Colors of #3a174f

#3a174f #4f3a17 #174f3a

Analogous Colors of #3a174f

#3a174f #4f1748 #1e174f

Monochromatic Colors of #3a174f

#3a174f

Complementary Color

#3a174f #2c4f17

#3a174f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a174f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a174f Color CSS Codes

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

#3a174f Text Font Color

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

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


#3a174f Background Color

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

This div background color is #3a174f


#3a174f Border Color

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

This div border color is #3a174f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a174f


Comments

No comments written yet.

Please login to write comment.