Color Hex Logo

#3a83fe Color Hex

#3A83FE
(58,131,254)
0 Favorites   0 Comments

Color spaces of #3a83fe

RGB 58131254
HSL0.600.990.61
HSV218°77°100°
CMYK 0.770.480.00   0.00
XYZ27.750624.287996.9913
Yxy24.28790.18620.1630
Hunter Lab49.282814.2666-82.1882
CIE-Lab56.374919.7411-67.6522

#3a83fe color RGB value is (58,131,254).

#3a83fe hex color red value is 58, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3a83fe hue: 0.60 , saturation: 0.99 and the lightness value of 3a83fe is 0.61.

The process color (four color CMYK) of #3a83fe color hex is 0.77, 0.48, 0.00, 0.00. Web safe color of #3a83fe is #3399ff. Color #3a83fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10000011 11111110
Octal 72 203 376
Decimal 58 131 254
Hex 3A 83 FE

RGB Percentages of Color #3a83fe

%13.09
%29.57
%57.34

CMYK Percentages of Color #3a83fe

%77
%48
%0
%0

Triadic Colors of #3a83fe

#3a83fe #fe3a83 #83fe3a

Analogous Colors of #3a83fe

#3a83fe #533afe #3ae5fe

Monochromatic Colors of #3a83fe

#3a83fe

Complementary Color

#3a83fe #feb53a

#3a83fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a83fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a83fe Color CSS Codes

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

#3a83fe Text Font Color

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

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


#3a83fe Background Color

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

This div background color is #3a83fe


#3a83fe Border Color

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

This div border color is #3a83fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a83fe

Related Colors


Comments

No comments written yet.

Please login to write comment.