Color Hex Logo

#352a88 Color Hex

#352A88
(53,42,136)
0 Favorites   0 Comments

Color spaces of #352a88

RGB 5342136
HSL0.690.530.35
HSV247°69°53°
CMYK 0.610.690.00   0.47
XYZ6.74014.190423.7461
Yxy4.19040.19440.1208
Hunter Lab20.470522.9495-54.4481
CIE-Lab24.291233.2878-50.9179

#352a88 color RGB value is (53,42,136).

#352a88 hex color red value is 53, green value is 42 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #352a88 hue: 0.69 , saturation: 0.53 and the lightness value of 352a88 is 0.35.

The process color (four color CMYK) of #352a88 color hex is 0.61, 0.69, 0.00, 0.47. Web safe color of #352a88 is #333399. Color #352a88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101010 10001000
Octal 65 52 210
Decimal 53 42 136
Hex 35 2A 88

RGB Percentages of Color #352a88

%22.94
%18.18
%58.87

CMYK Percentages of Color #352a88

%61
%69
%0
%47

Triadic Colors of #352a88

#352a88 #88352a #2a8835

Analogous Colors of #352a88

#352a88 #642a88 #2a4e88

Monochromatic Colors of #352a88

#352a88

Complementary Color

#352a88 #7d882a

#352a88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352a88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352a88 Color CSS Codes

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

#352a88 Text Font Color

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

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


#352a88 Background Color

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

This div background color is #352a88


#352a88 Border Color

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

This div border color is #352a88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,42,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352a88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352a88;
  -webkit-box-shadow: 1px 1px 3px 2px #352a88;
  box-shadow:         1px 1px 3px 2px #352a88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352a88


Comments

No comments written yet.

Please login to write comment.