Color Hex Logo

#3a7fca Color Hex

#3A7FCA
(58,127,202)
0 Favorites   0 Comments

Color spaces of #3a7fca

RGB 58127202
HSL0.590.580.51
HSV211°71°79°
CMYK 0.710.370.00   0.21
XYZ19.995020.342658.7498
Yxy20.34260.20180.2053
Hunter Lab45.10280.2029-45.6578
CIE-Lab52.22243.3084-45.1969

#3a7fca color RGB value is (58,127,202).

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

The process color (four color CMYK) of #3a7fca color hex is 0.71, 0.37, 0.00, 0.21. Web safe color of #3a7fca is #3366cc. Color #3a7fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111111 11001010
Octal 72 177 312
Decimal 58 127 202
Hex 3A 7F CA

RGB Percentages of Color #3a7fca

%14.99
%32.82
%52.20

CMYK Percentages of Color #3a7fca

%71
%37
%0
%21

Triadic Colors of #3a7fca

#3a7fca #ca3a7f #7fca3a

Analogous Colors of #3a7fca

#3a7fca #3d3aca #3ac7ca

Monochromatic Colors of #3a7fca

#3a7fca

Complementary Color

#3a7fca #ca853a

#3a7fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7fca Color CSS Codes

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

#3a7fca Text Font Color

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

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


#3a7fca Background Color

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

This div background color is #3a7fca


#3a7fca Border Color

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

This div border color is #3a7fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7fca


Comments

No comments written yet.

Please login to write comment.