Color Hex Logo

#3999fa Color Hex

#3999FA
(57,153,250)
0 Favorites   0 Comments

Color spaces of #3999fa

RGB 57153250
HSL0.580.950.60
HSV210°77°98°
CMYK 0.770.390.00   0.02
XYZ30.333930.554594.7413
Yxy30.55450.19490.1963
Hunter Lab55.27611.2223-62.9277
CIE-Lab62.12974.9247-56.2304

#3999fa color RGB value is (57,153,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011001 11111010
Octal 71 231 372
Decimal 57 153 250
Hex 39 99 FA

RGB Percentages of Color #3999fa

%12.39
%33.26
%54.35

CMYK Percentages of Color #3999fa

%77
%39
%0
%2

Triadic Colors of #3999fa

#3999fa #fa3999 #99fa39

Analogous Colors of #3999fa

#3999fa #3939fa #39fafa

Monochromatic Colors of #3999fa

#3999fa

Complementary Color

#3999fa #fa9a39

#3999fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3999fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3999fa Color CSS Codes

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

#3999fa Text Font Color

<p style="color:#3999fa">Text here</p>

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


#3999fa Background Color

<div style="background-color:#3999fa">
Div content here</div>

This div background color is #3999fa


#3999fa Border Color

<div style="border:3px solid #3999fa">
Div here</div>

This div border color is #3999fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3999fa


Comments

No comments written yet.

Please login to write comment.