Color Hex Logo

#35172e Color Hex

#35172E
(53,23,46)
0 Favorites   0 Comments

Color spaces of #35172e

RGB 532346
HSL0.870.390.15
HSV314°57°21°
CMYK 0.000.570.13   0.79
XYZ2.26771.56692.7677
Yxy1.56690.34350.2373
Hunter Lab12.517610.4315-4.3470
CIE-Lab13.027218.8242-8.7584

#35172e color RGB value is (53,23,46).

#35172e hex color red value is 53, green value is 23 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #35172e hue: 0.87 , saturation: 0.39 and the lightness value of 35172e is 0.15.

The process color (four color CMYK) of #35172e color hex is 0.00, 0.57, 0.13, 0.79. Web safe color of #35172e is #330033. Color #35172e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010111 00101110
Octal 65 27 56
Decimal 53 23 46
Hex 35 17 2E

RGB Percentages of Color #35172e

%43.44
%18.85
%37.70

CMYK Percentages of Color #35172e

%0
%57
%13
%79

Triadic Colors of #35172e

#35172e #2e3517 #172e35

Analogous Colors of #35172e

#35172e #35171f #2d1735

Monochromatic Colors of #35172e

#35172e

Complementary Color

#35172e #17351e

#35172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35172e Color CSS Codes

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

#35172e Text Font Color

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

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


#35172e Background Color

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

This div background color is #35172e


#35172e Border Color

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

This div border color is #35172e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,23,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35172e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35172e;
  -webkit-box-shadow: 1px 1px 3px 2px #35172e;
  box-shadow:         1px 1px 3px 2px #35172e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35172e


Comments

No comments written yet.

Please login to write comment.