Color Hex Logo

#357aea Color Hex

#357AEA
(53,122,234)
0 Favorites   0 Comments

Color spaces of #357aea

RGB 53122234
HSL0.600.810.56
HSV217°77°92°
CMYK 0.770.480.00   0.08
XYZ23.279020.616580.5943
Yxy20.61650.18700.1656
Hunter Lab45.405412.0561-73.4556
CIE-Lab52.527217.4567-62.7661

#357aea color RGB value is (53,122,234).

#357aea hex color red value is 53, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #357aea hue: 0.60 , saturation: 0.81 and the lightness value of 357aea is 0.56.

The process color (four color CMYK) of #357aea color hex is 0.77, 0.48, 0.00, 0.08. Web safe color of #357aea is #3366ff. Color #357aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111010 11101010
Octal 65 172 352
Decimal 53 122 234
Hex 35 7A EA

RGB Percentages of Color #357aea

%12.96
%29.83
%57.21

CMYK Percentages of Color #357aea

%77
%48
%0
%8

Triadic Colors of #357aea

#357aea #ea357a #7aea35

Analogous Colors of #357aea

#357aea #4b35ea #35d5ea

Monochromatic Colors of #357aea

#357aea

Complementary Color

#357aea #eaa535

#357aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#357aea Color CSS Codes

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

#357aea Text Font Color

<p style="color:#357aea">Text here</p>

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


#357aea Background Color

<div style="background-color:#357aea">
Div content here</div>

This div background color is #357aea


#357aea Border Color

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

This div border color is #357aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,122,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #357aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #357aea;
  -webkit-box-shadow: 1px 1px 3px 2px #357aea;
  box-shadow:         1px 1px 3px 2px #357aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,122,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357aea


Comments

No comments written yet.

Please login to write comment.