Color Hex Logo

#398fec Color Hex

#398FEC
(57,143,236)
0 Favorites   0 Comments

Color spaces of #398fec

RGB 57143236
HSL0.590.820.57
HSV211°76°93°
CMYK 0.760.390.00   0.07
XYZ26.650126.570983.0810
Yxy26.57090.19550.1949
Hunter Lab51.54702.0784-59.4780
CIE-Lab58.57505.8138-54.1807

#398fec color RGB value is (57,143,236).

#398fec hex color red value is 57, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #398fec hue: 0.59 , saturation: 0.82 and the lightness value of 398fec is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001111 11101100
Octal 71 217 354
Decimal 57 143 236
Hex 39 8F EC

RGB Percentages of Color #398fec

%13.07
%32.80
%54.13

CMYK Percentages of Color #398fec

%76
%39
%0
%7

Triadic Colors of #398fec

#398fec #ec398f #8fec39

Analogous Colors of #398fec

#398fec #3d39ec #39e9ec

Monochromatic Colors of #398fec

#398fec

Complementary Color

#398fec #ec9639

#398fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#398fec Color CSS Codes

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

#398fec Text Font Color

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

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


#398fec Background Color

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

This div background color is #398fec


#398fec Border Color

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

This div border color is #398fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398fec


Comments

No comments written yet.

Please login to write comment.