Color Hex Logo

#398dfb Color Hex

#398DFB
(57,141,251)
0 Favorites   0 Comments

Color spaces of #398dfb

RGB 57141251
HSL0.590.960.60
HSV214°77°98°
CMYK 0.770.440.00   0.02
XYZ28.624826.884694.9474
Yxy26.88460.19030.1787
Hunter Lab51.85047.8056-72.2755
CIE-Lab58.867412.4449-61.9935

#398dfb color RGB value is (57,141,251).

#398dfb hex color red value is 57, green value is 141 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #398dfb hue: 0.59 , saturation: 0.96 and the lightness value of 398dfb is 0.60.

The process color (four color CMYK) of #398dfb color hex is 0.77, 0.44, 0.00, 0.02. Web safe color of #398dfb is #3399ff. Color #398dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001101 11111011
Octal 71 215 373
Decimal 57 141 251
Hex 39 8D FB

RGB Percentages of Color #398dfb

%12.69
%31.40
%55.90

CMYK Percentages of Color #398dfb

%77
%44
%0
%2

Triadic Colors of #398dfb

#398dfb #fb398d #8dfb39

Analogous Colors of #398dfb

#398dfb #4639fb #39eefb

Monochromatic Colors of #398dfb

#398dfb

Complementary Color

#398dfb #fba739

#398dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#398dfb Color CSS Codes

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

#398dfb Text Font Color

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

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


#398dfb Background Color

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

This div background color is #398dfb


#398dfb Border Color

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

This div border color is #398dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.