Color Hex Logo

#3a6dfd Color Hex

#3A6DFD
(58,109,253)
0 Favorites   0 Comments

Color spaces of #3a6dfd

RGB 58109253
HSL0.620.980.61
HSV224°77°99°
CMYK 0.770.570.00   0.01
XYZ24.943218.928795.2675
Yxy18.92870.17930.1360
Hunter Lab43.507126.1989-99.3723
CIE-Lab50.603733.0316-76.4558

#3a6dfd color RGB value is (58,109,253).

#3a6dfd hex color red value is 58, green value is 109 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3a6dfd hue: 0.62 , saturation: 0.98 and the lightness value of 3a6dfd is 0.61.

The process color (four color CMYK) of #3a6dfd color hex is 0.77, 0.57, 0.00, 0.01. Web safe color of #3a6dfd is #3366ff. Color #3a6dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101101 11111101
Octal 72 155 375
Decimal 58 109 253
Hex 3A 6D FD

RGB Percentages of Color #3a6dfd

%13.81
%25.95
%60.24

CMYK Percentages of Color #3a6dfd

%77
%57
%0
%1

Triadic Colors of #3a6dfd

#3a6dfd #fd3a6d #6dfd3a

Analogous Colors of #3a6dfd

#3a6dfd #693afd #3acffd

Monochromatic Colors of #3a6dfd

#3a6dfd

Complementary Color

#3a6dfd #fdca3a

#3a6dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a6dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a6dfd Color CSS Codes

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

#3a6dfd Text Font Color

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

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


#3a6dfd Background Color

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

This div background color is #3a6dfd


#3a6dfd Border Color

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

This div border color is #3a6dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a6dfd


Comments

No comments written yet.

Please login to write comment.