Color Hex Logo

#3593ea Color Hex

#3593EA
(53,147,234)
0 Favorites   0 Comments

Color spaces of #3593ea

RGB 53147234
HSL0.580.810.56
HSV209°77°92°
CMYK 0.770.370.00   0.08
XYZ26.753227.564881.7524
Yxy27.56480.19660.2026
Hunter Lab52.5022-0.9217-55.5703
CIE-Lab59.49352.2763-51.6177

#3593ea color RGB value is (53,147,234).

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

The process color (four color CMYK) of #3593ea color hex is 0.77, 0.37, 0.00, 0.08. Web safe color of #3593ea is #3399ff. Color #3593ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010011 11101010
Octal 65 223 352
Decimal 53 147 234
Hex 35 93 EA

RGB Percentages of Color #3593ea

%12.21
%33.87
%53.92

CMYK Percentages of Color #3593ea

%77
%37
%0
%8

Triadic Colors of #3593ea

#3593ea #ea3593 #93ea35

Analogous Colors of #3593ea

#3593ea #3538ea #35eae7

Monochromatic Colors of #3593ea

#3593ea

Complementary Color

#3593ea #ea8c35

#3593ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3593ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3593ea Color CSS Codes

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

#3593ea Text Font Color

<p style="color:#3593ea">Text here</p>

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


#3593ea Background Color

<div style="background-color:#3593ea">
Div content here</div>

This div background color is #3593ea


#3593ea Border Color

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

This div border color is #3593ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3593ea


Comments

No comments written yet.

Please login to write comment.