Color Hex Logo

#3a7dca Color Hex

#3A7DCA
(58,125,202)
0 Favorites   0 Comments

Color spaces of #3a7dca

RGB 58125202
HSL0.590.580.51
HSV212°71°79°
CMYK 0.710.380.00   0.21
XYZ19.739219.831058.6645
Yxy19.83100.20090.2019
Hunter Lab44.53201.1907-46.9336
CIE-Lab51.64564.5210-46.1125

#3a7dca color RGB value is (58,125,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01111101 11001010
Octal 72 175 312
Decimal 58 125 202
Hex 3A 7D CA

RGB Percentages of Color #3a7dca

%15.06
%32.47
%52.47

CMYK Percentages of Color #3a7dca

%71
%38
%0
%21

Triadic Colors of #3a7dca

#3a7dca #ca3a7d #7dca3a

Analogous Colors of #3a7dca

#3a7dca #3f3aca #3ac5ca

Monochromatic Colors of #3a7dca

#3a7dca

Complementary Color

#3a7dca #ca873a

#3a7dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a7dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a7dca Color CSS Codes

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

#3a7dca Text Font Color

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

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


#3a7dca Background Color

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

This div background color is #3a7dca


#3a7dca Border Color

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

This div border color is #3a7dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,125,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 #3a7dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a7dca


Comments

No comments written yet.

Please login to write comment.