Color Hex Logo

#352760 Color Hex

#352760
(53,39,96)
0 Favorites   0 Comments

Color spaces of #352760

RGB 533996
HSL0.710.420.26
HSV255°59°38°
CMYK 0.450.590.00   0.62
XYZ4.30503.052511.4286
Yxy3.05250.22920.1625
Hunter Lab17.471413.4079-26.5535
CIE-Lab20.252921.9677-31.8375

#352760 color RGB value is (53,39,96).

#352760 hex color red value is 53, green value is 39 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #352760 hue: 0.71 , saturation: 0.42 and the lightness value of 352760 is 0.26.

The process color (four color CMYK) of #352760 color hex is 0.45, 0.59, 0.00, 0.62. Web safe color of #352760 is #333366. Color #352760 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100111 01100000
Octal 65 47 140
Decimal 53 39 96
Hex 35 27 60

RGB Percentages of Color #352760

%28.19
%20.74
%51.06

CMYK Percentages of Color #352760

%45
%59
%0
%62

Triadic Colors of #352760

#352760 #603527 #276035

Analogous Colors of #352760

#352760 #522760 #273660

Monochromatic Colors of #352760

#352760

Complementary Color

#352760 #526027

#352760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352760 Color CSS Codes

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

#352760 Text Font Color

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

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


#352760 Background Color

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

This div background color is #352760


#352760 Border Color

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

This div border color is #352760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352760


Comments

No comments written yet.

Please login to write comment.