Color Hex Logo

#3a79dd Color Hex

#3A79DD
(58,121,221)
0 Favorites   0 Comments

Color spaces of #3a79dd

RGB 58121221
HSL0.600.710.55
HSV217°74°87°
CMYK 0.740.450.00   0.13
XYZ21.633419.794771.0872
Yxy19.79470.19230.1759
Hunter Lab44.49128.9341-63.5885
CIE-Lab51.604313.8825-56.9439

#3a79dd color RGB value is (58,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111001 11011101
Octal 72 171 335
Decimal 58 121 221
Hex 3A 79 DD

RGB Percentages of Color #3a79dd

%14.50
%30.25
%55.25

CMYK Percentages of Color #3a79dd

%74
%45
%0
%13

Triadic Colors of #3a79dd

#3a79dd #dd3a79 #79dd3a

Analogous Colors of #3a79dd

#3a79dd #4c3add #3acbdd

Monochromatic Colors of #3a79dd

#3a79dd

Complementary Color

#3a79dd #dd9e3a

#3a79dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a79dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a79dd Color CSS Codes

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

#3a79dd Text Font Color

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

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


#3a79dd Background Color

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

This div background color is #3a79dd


#3a79dd Border Color

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

This div border color is #3a79dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a79dd


Comments

No comments written yet.

Please login to write comment.