Color Hex Logo

#398cef Color Hex

#398CEF
(57,140,239)
0 Favorites   0 Comments

Color spaces of #398cef

RGB 57140239
HSL0.590.850.58
HSV213°76°94°
CMYK 0.760.410.00   0.06
XYZ26.645425.858085.2481
Yxy25.85800.19340.1877
Hunter Lab50.85084.5438-63.8004
CIE-Lab57.90208.6955-56.9165

#398cef color RGB value is (57,140,239).

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

The process color (four color CMYK) of #398cef color hex is 0.76, 0.41, 0.00, 0.06. Web safe color of #398cef is #3399ff. Color #398cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001100 11101111
Octal 71 214 357
Decimal 57 140 239
Hex 39 8C EF

RGB Percentages of Color #398cef

%13.07
%32.11
%54.82

CMYK Percentages of Color #398cef

%76
%41
%0
%6

Triadic Colors of #398cef

#398cef #ef398c #8cef39

Analogous Colors of #398cef

#398cef #4139ef #39e7ef

Monochromatic Colors of #398cef

#398cef

Complementary Color

#398cef #ef9c39

#398cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#398cef Color CSS Codes

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

#398cef Text Font Color

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

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


#398cef Background Color

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

This div background color is #398cef


#398cef Border Color

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

This div border color is #398cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398cef


Comments

No comments written yet.

Please login to write comment.