Color Hex Logo

#350203 Color Hex

#350203
(53,2,3)
0 Favorites   0 Comments

Color spaces of #350203

RGB 5323
HSL1.000.930.11
HSV359°96°21°
CMYK 0.000.960.94   0.79
XYZ1.50630.80690.1625
Yxy0.80690.60840.3259
Hunter Lab8.982814.21255.2154
CIE-Lab7.288725.209610.2424

#350203 color RGB value is (53,2,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000010 00000011
Octal 65 2 3
Decimal 53 2 3
Hex 35 2 3

RGB Percentages of Color #350203

%91.38
%3.45
%5.17

CMYK Percentages of Color #350203

%0
%96
%94
%79

Triadic Colors of #350203

#350203 #033502 #020335

Analogous Colors of #350203

#350203 #351b02 #35021d

Monochromatic Colors of #350203

#350203

Complementary Color

#350203 #023534

#350203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350203 Color CSS Codes

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

#350203 Text Font Color

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

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


#350203 Background Color

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

This div background color is #350203


#350203 Border Color

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

This div border color is #350203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350203


Comments

No comments written yet.

Please login to write comment.