Color Hex Logo

#353382 Color Hex

#353382
(53,51,130)
0 Favorites   0 Comments

Color spaces of #353382

RGB 5351130
HSL0.670.440.35
HSV242°61°51°
CMYK 0.590.610.00   0.49
XYZ6.68134.736221.6811
Yxy4.73620.20190.1431
Hunter Lab21.762816.7155-43.8334
CIE-Lab25.969625.4497-44.4281

#353382 color RGB value is (53,51,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110011 10000010
Octal 65 63 202
Decimal 53 51 130
Hex 35 33 82

RGB Percentages of Color #353382

%22.65
%21.79
%55.56

CMYK Percentages of Color #353382

%59
%61
%0
%49

Triadic Colors of #353382

#353382 #823533 #338235

Analogous Colors of #353382

#353382 #5c3382 #335982

Monochromatic Colors of #353382

#353382

Complementary Color

#353382 #808233

#353382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353382 Color CSS Codes

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

#353382 Text Font Color

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

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


#353382 Background Color

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

This div background color is #353382


#353382 Border Color

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

This div border color is #353382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353382


Comments

No comments written yet.

Please login to write comment.