Color Hex Logo

#3a79ec Color Hex

#3A79EC
(58,121,236)
0 Favorites   0 Comments

Color spaces of #3a79ec

RGB 58121236
HSL0.610.820.58
HSV219°75°93°
CMYK 0.750.490.00   0.07
XYZ23.722620.630482.0886
Yxy20.63040.18760.1632
Hunter Lab45.420713.7418-75.3600
CIE-Lab52.542619.3650-63.8509

#3a79ec color RGB value is (58,121,236).

#3a79ec hex color red value is 58, green value is 121 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #3a79ec hue: 0.61 , saturation: 0.82 and the lightness value of 3a79ec is 0.58.

The process color (four color CMYK) of #3a79ec color hex is 0.75, 0.49, 0.00, 0.07. Web safe color of #3a79ec is #3366ff. Color #3a79ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111001 11101100
Octal 72 171 354
Decimal 58 121 236
Hex 3A 79 EC

RGB Percentages of Color #3a79ec

%13.98
%29.16
%56.87

CMYK Percentages of Color #3a79ec

%75
%49
%0
%7

Triadic Colors of #3a79ec

#3a79ec #ec3a79 #79ec3a

Analogous Colors of #3a79ec

#3a79ec #543aec #3ad2ec

Monochromatic Colors of #3a79ec

#3a79ec

Complementary Color

#3a79ec #ecad3a

#3a79ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a79ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a79ec Color CSS Codes

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

#3a79ec Text Font Color

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

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


#3a79ec Background Color

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

This div background color is #3a79ec


#3a79ec Border Color

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

This div border color is #3a79ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a79ec


Comments

No comments written yet.

Please login to write comment.