Color Hex Logo

#3883fa Color Hex

#3883FA
(56,131,250)
0 Favorites   0 Comments

Color spaces of #3883fa

RGB 56131250
HSL0.600.950.60
HSV217°78°98°
CMYK 0.780.480.00   0.02
XYZ27.002523.975593.6470
Yxy23.97550.18670.1658
Hunter Lab48.964812.7486-79.1190
CIE-Lab56.063318.0766-65.9519

#3883fa color RGB value is (56,131,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000011 11111010
Octal 70 203 372
Decimal 56 131 250
Hex 38 83 FA

RGB Percentages of Color #3883fa

%12.81
%29.98
%57.21

CMYK Percentages of Color #3883fa

%78
%48
%0
%2

Triadic Colors of #3883fa

#3883fa #fa3883 #83fa38

Analogous Colors of #3883fa

#3883fa #4e38fa #38e4fa

Monochromatic Colors of #3883fa

#3883fa

Complementary Color

#3883fa #faaf38

#3883fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3883fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3883fa Color CSS Codes

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

#3883fa Text Font Color

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

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


#3883fa Background Color

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

This div background color is #3883fa


#3883fa Border Color

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

This div border color is #3883fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3883fa


Comments

No comments written yet.

Please login to write comment.