Color Hex Logo

#352675 Color Hex

#352675
(53,38,117)
0 Favorites   0 Comments

Color spaces of #352675

RGB 5338117
HSL0.700.510.30
HSV251°68°46°
CMYK 0.550.680.00   0.54
XYZ5.37223.427517.2080
Yxy3.42750.20660.1318
Hunter Lab18.513519.3980-42.1496
CIE-Lab21.680529.4690-43.1653

#352675 color RGB value is (53,38,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100110 01110101
Octal 65 46 165
Decimal 53 38 117
Hex 35 26 75

RGB Percentages of Color #352675

%25.48
%18.27
%56.25

CMYK Percentages of Color #352675

%55
%68
%0
%54

Triadic Colors of #352675

#352675 #753526 #267535

Analogous Colors of #352675

#352675 #5d2675 #263e75

Monochromatic Colors of #352675

#352675

Complementary Color

#352675 #667526

#352675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352675 Color CSS Codes

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

#352675 Text Font Color

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

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


#352675 Background Color

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

This div background color is #352675


#352675 Border Color

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

This div border color is #352675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352675


Comments

No comments written yet.

Please login to write comment.