Color Hex Logo

#398fbd Color Hex

#398FBD
(57,143,189)
0 Favorites   0 Comments

Color spaces of #398fbd

RGB 57143189
HSL0.560.540.48
HSV201°70°74°
CMYK 0.700.240.00   0.26
XYZ20.695124.188951.7223
Yxy24.18890.21420.2504
Hunter Lab49.1822-10.9589-27.9246
CIE-Lab56.2764-10.7350-31.4374

#398fbd color RGB value is (57,143,189).

#398fbd hex color red value is 57, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #398fbd hue: 0.56 , saturation: 0.54 and the lightness value of 398fbd is 0.48.

The process color (four color CMYK) of #398fbd color hex is 0.70, 0.24, 0.00, 0.26. Web safe color of #398fbd is #3399cc. Color #398fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001111 10111101
Octal 71 217 275
Decimal 57 143 189
Hex 39 8F BD

RGB Percentages of Color #398fbd

%14.65
%36.76
%48.59

CMYK Percentages of Color #398fbd

%70
%24
%0
%26

Triadic Colors of #398fbd

#398fbd #bd398f #8fbd39

Analogous Colors of #398fbd

#398fbd #394dbd #39bda9

Monochromatic Colors of #398fbd

#398fbd

Complementary Color

#398fbd #bd6739

#398fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#398fbd Color CSS Codes

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

#398fbd Text Font Color

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

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


#398fbd Background Color

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

This div background color is #398fbd


#398fbd Border Color

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

This div border color is #398fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398fbd


Comments

No comments written yet.

Please login to write comment.