Color Hex Logo

#3583fa Color Hex

#3583FA
(53,131,250)
0 Favorites   0 Comments

Color spaces of #3583fa

RGB 53131250
HSL0.600.950.59
HSV216°79°98°
CMYK 0.790.480.00   0.02
XYZ26.839823.891693.6394
Yxy23.89160.18590.1655
Hunter Lab48.879012.4772-79.3688
CIE-Lab55.979117.7778-66.0918

#3583fa color RGB value is (53,131,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000011 11111010
Octal 65 203 372
Decimal 53 131 250
Hex 35 83 FA

RGB Percentages of Color #3583fa

%12.21
%30.18
%57.60

CMYK Percentages of Color #3583fa

%79
%48
%0
%2

Triadic Colors of #3583fa

#3583fa #fa3583 #83fa35

Analogous Colors of #3583fa

#3583fa #4935fa #35e6fa

Monochromatic Colors of #3583fa

#3583fa

Complementary Color

#3583fa #faac35

#3583fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3583fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3583fa Color CSS Codes

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

#3583fa Text Font Color

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

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


#3583fa Background Color

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

This div background color is #3583fa


#3583fa Border Color

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

This div border color is #3583fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3583fa


Comments

No comments written yet.

Please login to write comment.