Color Hex Logo

#350f39 Color Hex

#350F39
(53,15,57)
0 Favorites   0 Comments

Color spaces of #350f39

RGB 531557
HSL0.820.580.14
HSV294°74°22°
CMYK 0.070.740.00   0.78
XYZ2.37751.39394.0146
Yxy1.39390.30540.1790
Hunter Lab11.806415.2842-11.8964
CIE-Lab11.917025.8962-18.4340

#350f39 color RGB value is (53,15,57).

#350f39 hex color red value is 53, green value is 15 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #350f39 hue: 0.82 , saturation: 0.58 and the lightness value of 350f39 is 0.14.

The process color (four color CMYK) of #350f39 color hex is 0.07, 0.74, 0.00, 0.78. Web safe color of #350f39 is #330033. Color #350f39 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001111 00111001
Octal 65 17 71
Decimal 53 15 57
Hex 35 F 39

RGB Percentages of Color #350f39

%42.40
%12.00
%45.60

CMYK Percentages of Color #350f39

%7
%74
%0
%78

Triadic Colors of #350f39

#350f39 #39350f #0f3935

Analogous Colors of #350f39

#350f39 #390f28 #200f39

Monochromatic Colors of #350f39

#350f39

Complementary Color

#350f39 #13390f

#350f39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350f39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350f39 Color CSS Codes

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

#350f39 Text Font Color

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

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


#350f39 Background Color

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

This div background color is #350f39


#350f39 Border Color

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

This div border color is #350f39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350f39


Comments

No comments written yet.

Please login to write comment.