Color Hex Logo

#353286 Color Hex

#353286
(53,50,134)
0 Favorites   0 Comments

Color spaces of #353286

RGB 5350134
HSL0.670.460.36
HSV242°63°53°
CMYK 0.600.630.00   0.47
XYZ6.91194.759323.1086
Yxy4.75930.19870.1368
Hunter Lab21.815818.3764-47.5324
CIE-Lab26.037727.5033-46.8196

#353286 color RGB value is (53,50,134).

#353286 hex color red value is 53, green value is 50 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #353286 hue: 0.67 , saturation: 0.46 and the lightness value of 353286 is 0.36.

The process color (four color CMYK) of #353286 color hex is 0.60, 0.63, 0.00, 0.47. Web safe color of #353286 is #333399. Color #353286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 10000110
Octal 65 62 206
Decimal 53 50 134
Hex 35 32 86

RGB Percentages of Color #353286

%22.36
%21.10
%56.54

CMYK Percentages of Color #353286

%60
%63
%0
%47

Triadic Colors of #353286

#353286 #863532 #328635

Analogous Colors of #353286

#353286 #5f3286 #325986

Monochromatic Colors of #353286

#353286

Complementary Color

#353286 #838632

#353286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353286 Color CSS Codes

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

#353286 Text Font Color

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

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


#353286 Background Color

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

This div background color is #353286


#353286 Border Color

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

This div border color is #353286


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,50,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #353286; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #353286;
  -webkit-box-shadow: 1px 1px 3px 2px #353286;
  box-shadow:         1px 1px 3px 2px #353286; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353286


Comments

No comments written yet.

Please login to write comment.