Color Hex Logo

#35152e Color Hex

#35152E
(53,21,46)
0 Favorites   0 Comments

Color spaces of #35152e

RGB 532146
HSL0.870.430.15
HSV313°60°21°
CMYK 0.000.600.13   0.79
XYZ2.22951.49052.7549
Yxy1.49050.34430.2302
Hunter Lab12.208611.2321-4.8329
CIE-Lab12.547520.0788-9.4946

#35152e color RGB value is (53,21,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010101 00101110
Octal 65 25 56
Decimal 53 21 46
Hex 35 15 2E

RGB Percentages of Color #35152e

%44.17
%17.50
%38.33

CMYK Percentages of Color #35152e

%0
%60
%13
%79

Triadic Colors of #35152e

#35152e #2e3515 #152e35

Analogous Colors of #35152e

#35152e #35151e #2c1535

Monochromatic Colors of #35152e

#35152e

Complementary Color

#35152e #15351c

#35152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35152e Color CSS Codes

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

#35152e Text Font Color

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

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


#35152e Background Color

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

This div background color is #35152e


#35152e Border Color

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

This div border color is #35152e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,21,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 #35152e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35152e

#35152e Color Palettes


Comments

No comments written yet.

Please login to write comment.