Color Hex Logo

#352171 Color Hex

#352171
(53,33,113)
0 Favorites   0 Comments

Color spaces of #352171

RGB 5333113
HSL0.710.550.29
HSV255°71°44°
CMYK 0.530.710.00   0.56
XYZ4.99273.036915.9458
Yxy3.03690.20820.1267
Hunter Lab17.426720.6430-42.0529
CIE-Lab20.191131.2600-43.0222

#352171 color RGB value is (53,33,113).

#352171 hex color red value is 53, green value is 33 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #352171 hue: 0.71 , saturation: 0.55 and the lightness value of 352171 is 0.29.

The process color (four color CMYK) of #352171 color hex is 0.53, 0.71, 0.00, 0.56. Web safe color of #352171 is #333366. Color #352171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100001 01110001
Octal 65 41 161
Decimal 53 33 113
Hex 35 21 71

RGB Percentages of Color #352171

%26.63
%16.58
%56.78

CMYK Percentages of Color #352171

%53
%71
%0
%56

Triadic Colors of #352171

#352171 #713521 #217135

Analogous Colors of #352171

#352171 #5d2171 #213571

Monochromatic Colors of #352171

#352171

Complementary Color

#352171 #5d7121

#352171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352171 Color CSS Codes

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

#352171 Text Font Color

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

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


#352171 Background Color

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

This div background color is #352171


#352171 Border Color

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

This div border color is #352171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352171


Comments

No comments written yet.

Please login to write comment.