Color Hex Logo

#35080e Color Hex

#35080E
(53,8,14)
0 Favorites   0 Comments

Color spaces of #35080e

RGB 53814
HSL0.980.740.12
HSV352°85°21°
CMYK 0.000.850.74   0.79
XYZ1.63430.96230.5151
Yxy0.96230.52520.3093
Hunter Lab9.809712.57123.7535
CIE-Lab8.673422.70237.5864

#35080e color RGB value is (53,8,14).

#35080e hex color red value is 53, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #35080e hue: 0.98 , saturation: 0.74 and the lightness value of 35080e is 0.12.

The process color (four color CMYK) of #35080e color hex is 0.00, 0.85, 0.74, 0.79. Web safe color of #35080e is #330000. Color #35080e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001000 00001110
Octal 65 10 16
Decimal 53 8 14
Hex 35 8 E

RGB Percentages of Color #35080e

%70.67
%10.67
%18.67

CMYK Percentages of Color #35080e

%0
%85
%74
%79

Triadic Colors of #35080e

#35080e #0e3508 #080e35

Analogous Colors of #35080e

#35080e #351908 #350825

Monochromatic Colors of #35080e

#35080e

Complementary Color

#35080e #08352f

#35080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35080e Color CSS Codes

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

#35080e Text Font Color

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

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


#35080e Background Color

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

This div background color is #35080e


#35080e Border Color

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

This div border color is #35080e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35080e


Comments

No comments written yet.

Please login to write comment.