Color Hex Logo

#398adb Color Hex

#398ADB
(57,138,219)
0 Favorites   0 Comments

Color spaces of #398adb

RGB 57138219
HSL0.580.690.54
HSV210°74°86°
CMYK 0.740.370.00   0.14
XYZ23.562024.161370.4396
Yxy24.16130.19940.2045
Hunter Lab49.1541-0.4559-50.5567
CIE-Lab56.24892.6774-48.4075

#398adb color RGB value is (57,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001010 11011011
Octal 71 212 333
Decimal 57 138 219
Hex 39 8A DB

RGB Percentages of Color #398adb

%13.77
%33.33
%52.90

CMYK Percentages of Color #398adb

%74
%37
%0
%14

Triadic Colors of #398adb

#398adb #db398a #8adb39

Analogous Colors of #398adb

#398adb #3939db #39dbdb

Monochromatic Colors of #398adb

#398adb

Complementary Color

#398adb #db8a39

#398adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#398adb Color CSS Codes

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

#398adb Text Font Color

<p style="color:#398adb">Text here</p>

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


#398adb Background Color

<div style="background-color:#398adb">
Div content here</div>

This div background color is #398adb


#398adb Border Color

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

This div border color is #398adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,138,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398adb;
  -webkit-box-shadow: 1px 1px 3px 2px #398adb;
  box-shadow:         1px 1px 3px 2px #398adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,138,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 #398adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398adb


Comments

No comments written yet.

Please login to write comment.