Color Hex Logo

#353281 Color Hex

#353281
(53,50,129)
0 Favorites   0 Comments

Color spaces of #353281

RGB 5350129
HSL0.670.440.35
HSV242°61°51°
CMYK 0.590.610.00   0.49
XYZ6.57124.623121.3149
Yxy4.62310.20210.1422
Hunter Lab21.501416.9253-43.7248
CIE-Lab25.632825.7615-44.3475

#353281 color RGB value is (53,50,129).

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

The process color (four color CMYK) of #353281 color hex is 0.59, 0.61, 0.00, 0.49. Web safe color of #353281 is #333399. Color #353281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 10000001
Octal 65 62 201
Decimal 53 50 129
Hex 35 32 81

RGB Percentages of Color #353281

%22.84
%21.55
%55.60

CMYK Percentages of Color #353281

%59
%61
%0
%49

Triadic Colors of #353281

#353281 #813532 #328135

Analogous Colors of #353281

#353281 #5d3281 #325681

Monochromatic Colors of #353281

#353281

Complementary Color

#353281 #7e8132

#353281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353281 Color CSS Codes

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

#353281 Text Font Color

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

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


#353281 Background Color

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

This div background color is #353281


#353281 Border Color

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

This div border color is #353281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353281


Comments

No comments written yet.

Please login to write comment.