Color Hex Logo

#399fea Color Hex

#399FEA
(57,159,234)
0 Favorites   0 Comments

Color spaces of #399fea

RGB 57159234
HSL0.570.810.57
HSV205°76°92°
CMYK 0.760.320.00   0.08
XYZ28.936831.606682.4175
Yxy31.60660.20240.2211
Hunter Lab56.2197-6.5090-47.5646
CIE-Lab63.0164-4.2256-46.0354

#399fea color RGB value is (57,159,234).

#399fea hex color red value is 57, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #399fea hue: 0.57 , saturation: 0.81 and the lightness value of 399fea is 0.57.

The process color (four color CMYK) of #399fea color hex is 0.76, 0.32, 0.00, 0.08. Web safe color of #399fea is #3399ff. Color #399fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011111 11101010
Octal 71 237 352
Decimal 57 159 234
Hex 39 9F EA

RGB Percentages of Color #399fea

%12.67
%35.33
%52.00

CMYK Percentages of Color #399fea

%76
%32
%0
%8

Triadic Colors of #399fea

#399fea #ea399f #9fea39

Analogous Colors of #399fea

#399fea #3947ea #39eadd

Monochromatic Colors of #399fea

#399fea

Complementary Color

#399fea #ea8439

#399fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#399fea Color CSS Codes

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

#399fea Text Font Color

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

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


#399fea Background Color

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

This div background color is #399fea


#399fea Border Color

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

This div border color is #399fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399fea


Comments

No comments written yet.

Please login to write comment.