Color Hex Logo

#352683 Color Hex

#352683
(53,38,131)
0 Favorites   0 Comments

Color spaces of #352683

RGB 5338131
HSL0.690.550.33
HSV250°71°51°
CMYK 0.600.710.00   0.49
XYZ6.25803.781821.8729
Yxy3.78180.19610.1185
Hunter Lab19.446923.4093-53.0738
CIE-Lab22.936634.0697-50.0009

#352683 color RGB value is (53,38,131).

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

The process color (four color CMYK) of #352683 color hex is 0.60, 0.71, 0.00, 0.49. Web safe color of #352683 is #333399. Color #352683 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100110 10000011
Octal 65 46 203
Decimal 53 38 131
Hex 35 26 83

RGB Percentages of Color #352683

%23.87
%17.12
%59.01

CMYK Percentages of Color #352683

%60
%71
%0
%49

Triadic Colors of #352683

#352683 #833526 #268335

Analogous Colors of #352683

#352683 #632683 #264683

Monochromatic Colors of #352683

#352683

Complementary Color

#352683 #748326

#352683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352683 Color CSS Codes

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

#352683 Text Font Color

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

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


#352683 Background Color

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

This div background color is #352683


#352683 Border Color

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

This div border color is #352683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352683


Comments

No comments written yet.

Please login to write comment.