Color Hex Logo

#3a79de Color Hex

#3A79DE
(58,121,222)
0 Favorites   0 Comments

Color spaces of #3a79de

RGB 58121222
HSL0.600.710.55
HSV217°74°87°
CMYK 0.740.450.00   0.13
XYZ21.767119.848271.7911
Yxy19.84820.19190.1750
Hunter Lab44.55139.2476-64.3555
CIE-Lab51.665114.2478-57.4098

#3a79de color RGB value is (58,121,222).

#3a79de hex color red value is 58, green value is 121 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3a79de hue: 0.60 , saturation: 0.71 and the lightness value of 3a79de is 0.55.

The process color (four color CMYK) of #3a79de color hex is 0.74, 0.45, 0.00, 0.13. Web safe color of #3a79de is #3366cc. Color #3a79de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111001 11011110
Octal 72 171 336
Decimal 58 121 222
Hex 3A 79 DE

RGB Percentages of Color #3a79de

%14.46
%30.17
%55.36

CMYK Percentages of Color #3a79de

%74
%45
%0
%13

Triadic Colors of #3a79de

#3a79de #de3a79 #79de3a

Analogous Colors of #3a79de

#3a79de #4d3ade #3acbde

Monochromatic Colors of #3a79de

#3a79de

Complementary Color

#3a79de #de9f3a

#3a79de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a79de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a79de Color CSS Codes

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

#3a79de Text Font Color

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

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


#3a79de Background Color

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

This div background color is #3a79de


#3a79de Border Color

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

This div border color is #3a79de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a79de


Comments

No comments written yet.

Please login to write comment.