Color Hex Logo

#399bfa Color Hex

#399BFA
(57,155,250)
0 Favorites   0 Comments

Color spaces of #399bfa

RGB 57155250
HSL0.580.950.60
HSV210°77°98°
CMYK 0.770.380.00   0.02
XYZ30.664031.214794.8513
Yxy31.21470.19560.1992
Hunter Lab55.87010.1960-61.5482
CIE-Lab62.68853.7514-55.3410

#399bfa color RGB value is (57,155,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011011 11111010
Octal 71 233 372
Decimal 57 155 250
Hex 39 9B FA

RGB Percentages of Color #399bfa

%12.34
%33.55
%54.11

CMYK Percentages of Color #399bfa

%77
%38
%0
%2

Triadic Colors of #399bfa

#399bfa #fa399b #9bfa39

Analogous Colors of #399bfa

#399bfa #393afa #39faf9

Monochromatic Colors of #399bfa

#399bfa

Complementary Color

#399bfa #fa9839

#399bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#399bfa Color CSS Codes

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

#399bfa Text Font Color

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

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


#399bfa Background Color

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

This div background color is #399bfa


#399bfa Border Color

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

This div border color is #399bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,155,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 #399bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.