Color Hex Logo

#3a3858 Color Hex

#3A3858
(58,56,88)
0 Favorites   0 Comments

Color spaces of #3a3858

RGB 585688
HSL0.680.220.28
HSV244°36°35°
CMYK 0.340.360.00   0.65
XYZ4.92054.43259.8287
Yxy4.43250.25650.2311
Hunter Lab21.05354.8743-12.9417
CIE-Lab25.05269.3980-18.9367

#3a3858 color RGB value is (58,56,88).

#3a3858 hex color red value is 58, green value is 56 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #3a3858 hue: 0.68 , saturation: 0.22 and the lightness value of 3a3858 is 0.28.

The process color (four color CMYK) of #3a3858 color hex is 0.34, 0.36, 0.00, 0.65. Web safe color of #3a3858 is #333366. Color #3a3858 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00111000 01011000
Octal 72 70 130
Decimal 58 56 88
Hex 3A 38 58

RGB Percentages of Color #3a3858

%28.71
%27.72
%43.56

CMYK Percentages of Color #3a3858

%34
%36
%0
%65

Triadic Colors of #3a3858

#3a3858 #583a38 #38583a

Analogous Colors of #3a3858

#3a3858 #4a3858 #384658

Monochromatic Colors of #3a3858

#3a3858

Complementary Color

#3a3858 #565838

#3a3858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a3858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a3858 Color CSS Codes

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

#3a3858 Text Font Color

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

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


#3a3858 Background Color

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

This div background color is #3a3858


#3a3858 Border Color

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

This div border color is #3a3858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a3858


Comments

No comments written yet.

Please login to write comment.