Color Hex Logo

#3589de Color Hex

#3589DE
(53,137,222)
0 Favorites   0 Comments

Color spaces of #3589de

RGB 53137222
HSL0.580.720.54
HSV210°76°87°
CMYK 0.760.380.00   0.13
XYZ23.598723.922172.4809
Yxy23.92210.19670.1993
Hunter Lab48.91020.5316-53.6257
CIE-Lab56.00973.8715-50.4749

#3589de color RGB value is (53,137,222).

#3589de hex color red value is 53, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3589de hue: 0.58 , saturation: 0.72 and the lightness value of 3589de is 0.54.

The process color (four color CMYK) of #3589de color hex is 0.76, 0.38, 0.00, 0.13. Web safe color of #3589de is #3399cc. Color #3589de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001001 11011110
Octal 65 211 336
Decimal 53 137 222
Hex 35 89 DE

RGB Percentages of Color #3589de

%12.86
%33.25
%53.88

CMYK Percentages of Color #3589de

%76
%38
%0
%13

Triadic Colors of #3589de

#3589de #de3589 #89de35

Analogous Colors of #3589de

#3589de #3635de #35dede

Monochromatic Colors of #3589de

#3589de

Complementary Color

#3589de #de8a35

#3589de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3589de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3589de Color CSS Codes

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

#3589de Text Font Color

<p style="color:#3589de">Text here</p>

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


#3589de Background Color

<div style="background-color:#3589de">
Div content here</div>

This div background color is #3589de


#3589de Border Color

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

This div border color is #3589de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,137,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3589de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3589de;
  -webkit-box-shadow: 1px 1px 3px 2px #3589de;
  box-shadow:         1px 1px 3px 2px #3589de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3589de


Comments

No comments written yet.

Please login to write comment.