Color Hex Logo

#350428 Color Hex

#350428
(53,4,40)
0 Favorites   0 Comments

Color spaces of #350428

RGB 53440
HSL0.880.860.11
HSV316°92°21°
CMYK 0.000.920.25   0.79
XYZ1.89460.99692.1000
Yxy0.99690.37960.1997
Hunter Lab9.984516.3983-5.4811
CIE-Lab8.965627.9595-10.5911

#350428 color RGB value is (53,4,40).

#350428 hex color red value is 53, green value is 4 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #350428 hue: 0.88 , saturation: 0.86 and the lightness value of 350428 is 0.11.

The process color (four color CMYK) of #350428 color hex is 0.00, 0.92, 0.25, 0.79. Web safe color of #350428 is #330033. Color #350428 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000100 00101000
Octal 65 4 50
Decimal 53 4 40
Hex 35 4 28

RGB Percentages of Color #350428

%54.64
%4.12
%41.24

CMYK Percentages of Color #350428

%0
%92
%25
%79

Triadic Colors of #350428

#350428 #283504 #042835

Analogous Colors of #350428

#350428 #350410 #2a0435

Monochromatic Colors of #350428

#350428

Complementary Color

#350428 #043511

#350428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350428 Color CSS Codes

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

#350428 Text Font Color

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

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


#350428 Background Color

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

This div background color is #350428


#350428 Border Color

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

This div border color is #350428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350428


Comments

No comments written yet.

Please login to write comment.