Color Hex Logo

#3a7fc2 Color Hex

#3A7FC2
(58,127,194)
0 Favorites   0 Comments

Color spaces of #3a7fc2

RGB 58127194
HSL0.580.540.49
HSV210°70°76°
CMYK 0.700.350.00   0.24
XYZ19.071919.973353.8890
Yxy19.97330.20520.2149
Hunter Lab44.6915-2.0360-40.2078
CIE-Lab51.80700.4503-41.2926

#3a7fc2 color RGB value is (58,127,194).

#3a7fc2 hex color red value is 58, green value is 127 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #3a7fc2 hue: 0.58 , saturation: 0.54 and the lightness value of 3a7fc2 is 0.49.

The process color (four color CMYK) of #3a7fc2 color hex is 0.70, 0.35, 0.00, 0.24. Web safe color of #3a7fc2 is #3366cc. Color #3a7fc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111111 11000010
Octal 72 177 302
Decimal 58 127 194
Hex 3A 7F C2

RGB Percentages of Color #3a7fc2

%15.30
%33.51
%51.19

CMYK Percentages of Color #3a7fc2

%70
%35
%0
%24

Triadic Colors of #3a7fc2

#3a7fc2 #c23a7f #7fc23a

Analogous Colors of #3a7fc2

#3a7fc2 #3a3bc2 #3ac2c1

Monochromatic Colors of #3a7fc2

#3a7fc2

Complementary Color

#3a7fc2 #c27d3a

#3a7fc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7fc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7fc2 Color CSS Codes

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

#3a7fc2 Text Font Color

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

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


#3a7fc2 Background Color

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

This div background color is #3a7fc2


#3a7fc2 Border Color

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

This div border color is #3a7fc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7fc2


Comments

No comments written yet.

Please login to write comment.