Color Hex Logo

#398cfa Color Hex

#398CFA
(57,140,250)
0 Favorites   0 Comments

Color spaces of #398cfa

RGB 57140250
HSL0.590.950.60
HSV214°77°98°
CMYK 0.770.440.00   0.02
XYZ28.320726.528294.0703
Yxy26.52820.19020.1781
Hunter Lab51.50558.0149-72.2341
CIE-Lab58.535112.6862-61.9763

#398cfa color RGB value is (57,140,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001100 11111010
Octal 71 214 372
Decimal 57 140 250
Hex 39 8C FA

RGB Percentages of Color #398cfa

%12.75
%31.32
%55.93

CMYK Percentages of Color #398cfa

%77
%44
%0
%2

Triadic Colors of #398cfa

#398cfa #fa398c #8cfa39

Analogous Colors of #398cfa

#398cfa #4739fa #39edfa

Monochromatic Colors of #398cfa

#398cfa

Complementary Color

#398cfa #faa739

#398cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#398cfa Color CSS Codes

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

#398cfa Text Font Color

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

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


#398cfa Background Color

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

This div background color is #398cfa


#398cfa Border Color

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

This div border color is #398cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398cfa


Comments

No comments written yet.

Please login to write comment.