Color Hex Logo

#353276 Color Hex

#353276
(53,50,118)
0 Favorites   0 Comments

Color spaces of #353276

RGB 5350118
HSL0.670.400.33
HSV243°58°46°
CMYK 0.550.580.00   0.54
XYZ5.87884.346117.6686
Yxy4.34610.21080.1558
Hunter Lab20.847313.8530-35.6566
CIE-Lab24.784121.9428-38.7706

#353276 color RGB value is (53,50,118).

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

The process color (four color CMYK) of #353276 color hex is 0.55, 0.58, 0.00, 0.54. Web safe color of #353276 is #333366. Color #353276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 01110110
Octal 65 62 166
Decimal 53 50 118
Hex 35 32 76

RGB Percentages of Color #353276

%23.98
%22.62
%53.39

CMYK Percentages of Color #353276

%55
%58
%0
%54

Triadic Colors of #353276

#353276 #763532 #327635

Analogous Colors of #353276

#353276 #573276 #325176

Monochromatic Colors of #353276

#353276

Complementary Color

#353276 #737632

#353276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353276 Color CSS Codes

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

#353276 Text Font Color

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

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


#353276 Background Color

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

This div background color is #353276


#353276 Border Color

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

This div border color is #353276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353276


Comments

No comments written yet.

Please login to write comment.