Color Hex Logo

#399efc Color Hex

#399EFC
(57,158,252)
0 Favorites   0 Comments

Color spaces of #399efc

RGB 57158252
HSL0.580.970.61
HSV209°77°99°
CMYK 0.770.370.00   0.01
XYZ31.484932.351996.6806
Yxy32.35190.19610.2015
Hunter Lab56.8787-0.7301-60.9641
CIE-Lab63.63272.7148-54.9331

#399efc color RGB value is (57,158,252).

#399efc hex color red value is 57, green value is 158 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #399efc hue: 0.58 , saturation: 0.97 and the lightness value of 399efc is 0.61.

The process color (four color CMYK) of #399efc color hex is 0.77, 0.37, 0.00, 0.01. Web safe color of #399efc is #3399ff. Color #399efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011110 11111100
Octal 71 236 374
Decimal 57 158 252
Hex 39 9E FC

RGB Percentages of Color #399efc

%12.21
%33.83
%53.96

CMYK Percentages of Color #399efc

%77
%37
%0
%1

Triadic Colors of #399efc

#399efc #fc399e #9efc39

Analogous Colors of #399efc

#399efc #393dfc #39fcf9

Monochromatic Colors of #399efc

#399efc

Complementary Color

#399efc #fc9739

#399efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#399efc Color CSS Codes

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

#399efc Text Font Color

<p style="color:#399efc">Text here</p>

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


#399efc Background Color

<div style="background-color:#399efc">
Div content here</div>

This div background color is #399efc


#399efc Border Color

<div style="border:3px solid #399efc">
Div here</div>

This div border color is #399efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,158,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #399efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #399efc;
  -webkit-box-shadow: 1px 1px 3px 2px #399efc;
  box-shadow:         1px 1px 3px 2px #399efc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399efc

Related Colors


Comments

No comments written yet.

Please login to write comment.