Color Hex Logo

#3a57fb Color Hex

#3A57FB
(58,87,251)
0 Favorites   0 Comments

Color spaces of #3a57fb

RGB 5887251
HSL0.640.960.61
HSV231°77°98°
CMYK 0.770.650.00   0.02
XYZ22.565714.681092.9112
Yxy14.68100.17340.1128
Hunter Lab38.315838.0731-116.9501
CIE-Lab45.194145.8363-84.1923

#3a57fb color RGB value is (58,87,251).

#3a57fb hex color red value is 58, green value is 87 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3a57fb hue: 0.64 , saturation: 0.96 and the lightness value of 3a57fb is 0.61.

The process color (four color CMYK) of #3a57fb color hex is 0.77, 0.65, 0.00, 0.02. Web safe color of #3a57fb is #3366ff. Color #3a57fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01010111 11111011
Octal 72 127 373
Decimal 58 87 251
Hex 3A 57 FB

RGB Percentages of Color #3a57fb

%14.65
%21.97
%63.38

CMYK Percentages of Color #3a57fb

%77
%65
%0
%2

Triadic Colors of #3a57fb

#3a57fb #fb3a57 #57fb3a

Analogous Colors of #3a57fb

#3a57fb #7e3afb #3ab8fb

Monochromatic Colors of #3a57fb

#3a57fb

Complementary Color

#3a57fb #fbde3a

#3a57fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a57fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a57fb Color CSS Codes

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

#3a57fb Text Font Color

<p style="color:#3a57fb">Text here</p>

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


#3a57fb Background Color

<div style="background-color:#3a57fb">
Div content here</div>

This div background color is #3a57fb


#3a57fb Border Color

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

This div border color is #3a57fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,87,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a57fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a57fb;
  -webkit-box-shadow: 1px 1px 3px 2px #3a57fb;
  box-shadow:         1px 1px 3px 2px #3a57fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,87,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a57fb


Comments

No comments written yet.

Please login to write comment.