Color Hex Logo

#399bfe Color Hex

#399BFE
(57,155,254)
0 Favorites   0 Comments

Color spaces of #399bfe

RGB 57155254
HSL0.580.990.61
HSV210°78°100°
CMYK 0.780.390.00   0.00
XYZ31.298131.468398.1903
Yxy31.46830.19450.1955
Hunter Lab56.09661.4218-64.5123
CIE-Lab62.90105.1830-57.1901

#399bfe color RGB value is (57,155,254).

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

The process color (four color CMYK) of #399bfe color hex is 0.78, 0.39, 0.00, 0.00. Web safe color of #399bfe is #3399ff. Color #399bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011011 11111110
Octal 71 233 376
Decimal 57 155 254
Hex 39 9B FE

RGB Percentages of Color #399bfe

%12.23
%33.26
%54.51

CMYK Percentages of Color #399bfe

%78
%39
%0
%0

Triadic Colors of #399bfe

#399bfe #fe399b #9bfe39

Analogous Colors of #399bfe

#399bfe #3939fe #39fefe

Monochromatic Colors of #399bfe

#399bfe

Complementary Color

#399bfe #fe9c39

#399bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#399bfe Color CSS Codes

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

#399bfe Text Font Color

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

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


#399bfe Background Color

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

This div background color is #399bfe


#399bfe Border Color

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

This div border color is #399bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.