Color Hex Logo

#398bdf Color Hex

#398BDF
(57,139,223)
0 Favorites   0 Comments

Color spaces of #398bdf

RGB 57139223
HSL0.580.720.55
HSV210°74°87°
CMYK 0.740.380.00   0.13
XYZ24.239224.662873.2949
Yxy24.66280.19840.2018
Hunter Lab49.66170.2156-52.7421
CIE-Lab56.74543.5182-49.8578

#398bdf color RGB value is (57,139,223).

#398bdf hex color red value is 57, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #398bdf hue: 0.58 , saturation: 0.72 and the lightness value of 398bdf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001011 11011111
Octal 71 213 337
Decimal 57 139 223
Hex 39 8B DF

RGB Percentages of Color #398bdf

%13.60
%33.17
%53.22

CMYK Percentages of Color #398bdf

%74
%38
%0
%13

Triadic Colors of #398bdf

#398bdf #df398b #8bdf39

Analogous Colors of #398bdf

#398bdf #3a39df #39dedf

Monochromatic Colors of #398bdf

#398bdf

Complementary Color

#398bdf #df8d39

#398bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#398bdf Color CSS Codes

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

#398bdf Text Font Color

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

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


#398bdf Background Color

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

This div background color is #398bdf


#398bdf Border Color

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

This div border color is #398bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398bdf


Comments

No comments written yet.

Please login to write comment.