Color Hex Logo

#3a627b Color Hex

#3A627B
(58,98,123)
0 Favorites   0 Comments

Color spaces of #3a627b

RGB 5898123
HSL0.560.360.35
HSV203°53°48°
CMYK 0.530.200.00   0.52
XYZ9.687811.065020.3640
Yxy11.06500.23560.2691
Hunter Lab33.2641-6.2260-13.0120
CIE-Lab39.6897-6.4817-18.3582

#3a627b color RGB value is (58,98,123).

#3a627b hex color red value is 58, green value is 98 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #3a627b hue: 0.56 , saturation: 0.36 and the lightness value of 3a627b is 0.35.

The process color (four color CMYK) of #3a627b color hex is 0.53, 0.20, 0.00, 0.52. Web safe color of #3a627b is #336666. Color #3a627b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01100010 01111011
Octal 72 142 173
Decimal 58 98 123
Hex 3A 62 7B

RGB Percentages of Color #3a627b

%20.79
%35.13
%44.09

CMYK Percentages of Color #3a627b

%53
%20
%0
%52

Triadic Colors of #3a627b

#3a627b #7b3a62 #627b3a

Analogous Colors of #3a627b

#3a627b #3a427b #3a7b74

Monochromatic Colors of #3a627b

#3a627b

Complementary Color

#3a627b #7b533a

#3a627b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a627b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a627b Color CSS Codes

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

#3a627b Text Font Color

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

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


#3a627b Background Color

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

This div background color is #3a627b


#3a627b Border Color

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

This div border color is #3a627b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a627b


Comments

No comments written yet.

Please login to write comment.