Color Hex Logo

#350219 Color Hex

#350219
(53,2,25)
0 Favorites   0 Comments

Color spaces of #350219

RGB 53225
HSL0.920.930.11
HSV333°96°21°
CMYK 0.000.960.53   0.79
XYZ1.66540.87050.9999
Yxy0.87050.47100.2462
Hunter Lab9.330115.53430.1769
CIE-Lab7.863227.0079-0.7388

#350219 color RGB value is (53,2,25).

#350219 hex color red value is 53, green value is 2 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #350219 hue: 0.92 , saturation: 0.93 and the lightness value of 350219 is 0.11.

The process color (four color CMYK) of #350219 color hex is 0.00, 0.96, 0.53, 0.79. Web safe color of #350219 is #330000. Color #350219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000010 00011001
Octal 65 2 31
Decimal 53 2 25
Hex 35 2 19

RGB Percentages of Color #350219

%66.25
%2.50
%31.25

CMYK Percentages of Color #350219

%0
%96
%53
%79

Triadic Colors of #350219

#350219 #193502 #021935

Analogous Colors of #350219

#350219 #350502 #350233

Monochromatic Colors of #350219

#350219

Complementary Color

#350219 #02351e

#350219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350219 Color CSS Codes

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

#350219 Text Font Color

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

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


#350219 Background Color

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

This div background color is #350219


#350219 Border Color

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

This div border color is #350219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350219


Comments

No comments written yet.

Please login to write comment.