Color Hex Logo

#3a6afd Color Hex

#3A6AFD
(58,106,253)
0 Favorites   0 Comments

Color spaces of #3a6afd

RGB 58106253
HSL0.630.980.61
HSV225°77°99°
CMYK 0.770.580.00   0.01
XYZ24.628618.299595.1626
Yxy18.29950.17840.1325
Hunter Lab42.777927.9068-101.9504
CIE-Lab49.857434.8969-77.6723

#3a6afd color RGB value is (58,106,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01101010 11111101
Octal 72 152 375
Decimal 58 106 253
Hex 3A 6A FD

RGB Percentages of Color #3a6afd

%13.91
%25.42
%60.67

CMYK Percentages of Color #3a6afd

%77
%58
%0
%1

Triadic Colors of #3a6afd

#3a6afd #fd3a6a #6afd3a

Analogous Colors of #3a6afd

#3a6afd #6c3afd #3accfd

Monochromatic Colors of #3a6afd

#3a6afd

Complementary Color

#3a6afd #fdcd3a

#3a6afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a6afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a6afd Color CSS Codes

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

#3a6afd Text Font Color

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

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


#3a6afd Background Color

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

This div background color is #3a6afd


#3a6afd Border Color

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

This div border color is #3a6afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a6afd

Related Colors


Comments

No comments written yet.

Please login to write comment.