Color Hex Logo

#352696 Color Hex

#352696
(53,38,150)
0 Favorites   0 Comments

Color spaces of #352696

RGB 5338150
HSL0.690.600.37
HSV248°75°59°
CMYK 0.650.750.00   0.41
XYZ7.66634.345129.2888
Yxy4.34510.18560.1052
Hunter Lab20.844929.1698-68.7159
CIE-Lab24.781040.2523-58.7932

#352696 color RGB value is (53,38,150).

#352696 hex color red value is 53, green value is 38 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #352696 hue: 0.69 , saturation: 0.60 and the lightness value of 352696 is 0.37.

The process color (four color CMYK) of #352696 color hex is 0.65, 0.75, 0.00, 0.41. Web safe color of #352696 is #333399. Color #352696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100110 10010110
Octal 65 46 226
Decimal 53 38 150
Hex 35 26 96

RGB Percentages of Color #352696

%21.99
%15.77
%62.24

CMYK Percentages of Color #352696

%65
%75
%0
%41

Triadic Colors of #352696

#352696 #963526 #269635

Analogous Colors of #352696

#352696 #6d2696 #264f96

Monochromatic Colors of #352696

#352696

Complementary Color

#352696 #879626

#352696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352696 Color CSS Codes

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

#352696 Text Font Color

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

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


#352696 Background Color

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

This div background color is #352696


#352696 Border Color

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

This div border color is #352696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352696


Comments

No comments written yet.

Please login to write comment.