Color Hex Logo

#3a8fdb Color Hex

#3A8FDB
(58,143,219)
0 Favorites   0 Comments

Color spaces of #3a8fdb

RGB 58143219
HSL0.580.690.54
HSV208°74°86°
CMYK 0.740.350.00   0.14
XYZ24.353625.658970.6869
Yxy25.65890.20180.2126
Hunter Lab50.6546-2.8268-47.2791
CIE-Lab57.7119-0.1495-46.0874

#3a8fdb color RGB value is (58,143,219).

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

The process color (four color CMYK) of #3a8fdb color hex is 0.74, 0.35, 0.00, 0.14. Web safe color of #3a8fdb is #3399cc. Color #3a8fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10001111 11011011
Octal 72 217 333
Decimal 58 143 219
Hex 3A 8F DB

RGB Percentages of Color #3a8fdb

%13.81
%34.05
%52.14

CMYK Percentages of Color #3a8fdb

%74
%35
%0
%14

Triadic Colors of #3a8fdb

#3a8fdb #db3a8f #8fdb3a

Analogous Colors of #3a8fdb

#3a8fdb #3a3fdb #3adbd7

Monochromatic Colors of #3a8fdb

#3a8fdb

Complementary Color

#3a8fdb #db863a

#3a8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a8fdb Color CSS Codes

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

#3a8fdb Text Font Color

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

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


#3a8fdb Background Color

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

This div background color is #3a8fdb


#3a8fdb Border Color

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

This div border color is #3a8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a8fdb


Comments

No comments written yet.

Please login to write comment.