Color Hex Logo

#353ead Color Hex

#353EAD
(53,62,173)
0 Favorites   0 Comments

Color spaces of #353ead

RGB 5362173
HSL0.650.530.44
HSV236°69°68°
CMYK 0.690.640.00   0.32
XYZ10.73367.219340.3629
Yxy7.21930.18410.1238
Hunter Lab26.868824.2873-70.2588
CIE-Lab32.301033.4850-60.3939

#353ead color RGB value is (53,62,173).

#353ead hex color red value is 53, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #353ead hue: 0.65 , saturation: 0.53 and the lightness value of 353ead is 0.44.

The process color (four color CMYK) of #353ead color hex is 0.69, 0.64, 0.00, 0.32. Web safe color of #353ead is #333399. Color #353ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111110 10101101
Octal 65 76 255
Decimal 53 62 173
Hex 35 3E AD

RGB Percentages of Color #353ead

%18.40
%21.53
%60.07

CMYK Percentages of Color #353ead

%69
%64
%0
%32

Triadic Colors of #353ead

#353ead #ad353e #3ead35

Analogous Colors of #353ead

#353ead #6835ad #357aad

Monochromatic Colors of #353ead

#353ead

Complementary Color

#353ead #ada435

#353ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#353ead Color CSS Codes

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

#353ead Text Font Color

<p style="color:#353ead">Text here</p>

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


#353ead Background Color

<div style="background-color:#353ead">
Div content here</div>

This div background color is #353ead


#353ead Border Color

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

This div border color is #353ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,62,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #353ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #353ead;
  -webkit-box-shadow: 1px 1px 3px 2px #353ead;
  box-shadow:         1px 1px 3px 2px #353ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353ead


Comments

No comments written yet.

Please login to write comment.