Color Hex Logo

#352676 Color Hex

#352676
(53,38,118)
0 Favorites   0 Comments

Color spaces of #352676

RGB 5338118
HSL0.700.510.31
HSV251°68°46°
CMYK 0.550.680.00   0.54
XYZ5.43133.451117.5194
Yxy3.45110.20570.1307
Hunter Lab18.577119.6771-42.9102
CIE-Lab21.766829.7981-43.6649

#352676 color RGB value is (53,38,118).

#352676 hex color red value is 53, green value is 38 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #352676 hue: 0.70 , saturation: 0.51 and the lightness value of 352676 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100110 01110110
Octal 65 46 166
Decimal 53 38 118
Hex 35 26 76

RGB Percentages of Color #352676

%25.36
%18.18
%56.46

CMYK Percentages of Color #352676

%55
%68
%0
%54

Triadic Colors of #352676

#352676 #763526 #267635

Analogous Colors of #352676

#352676 #5d2676 #263f76

Monochromatic Colors of #352676

#352676

Complementary Color

#352676 #677626

#352676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352676 Color CSS Codes

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

#352676 Text Font Color

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

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


#352676 Background Color

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

This div background color is #352676


#352676 Border Color

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

This div border color is #352676


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,38,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 #352676">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352676


Comments

No comments written yet.

Please login to write comment.