Color Hex Logo

#352692 Color Hex

#352692
(53,38,146)
0 Favorites   0 Comments

Color spaces of #352692

RGB 5338146
HSL0.690.590.36
HSV248°74°57°
CMYK 0.640.740.00   0.43
XYZ7.34964.218427.6210
Yxy4.21840.18750.1076
Hunter Lab20.538727.9318-65.3575
CIE-Lab24.380738.9610-56.9847

#352692 color RGB value is (53,38,146).

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

The process color (four color CMYK) of #352692 color hex is 0.64, 0.74, 0.00, 0.43. Web safe color of #352692 is #333399. Color #352692 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100110 10010010
Octal 65 46 222
Decimal 53 38 146
Hex 35 26 92

RGB Percentages of Color #352692

%22.36
%16.03
%61.60

CMYK Percentages of Color #352692

%64
%74
%0
%43

Triadic Colors of #352692

#352692 #923526 #269235

Analogous Colors of #352692

#352692 #6b2692 #264d92

Monochromatic Colors of #352692

#352692

Complementary Color

#352692 #839226

#352692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352692 Color CSS Codes

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

#352692 Text Font Color

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

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


#352692 Background Color

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

This div background color is #352692


#352692 Border Color

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

This div border color is #352692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352692


Comments

No comments written yet.

Please login to write comment.