Color Hex Logo

#350842 Color Hex

#350842
(53,8,66)
0 Favorites   0 Comments

Color spaces of #350842

RGB 53866
HSL0.800.780.15
HSV287°88°26°
CMYK 0.200.880.00   0.74
XYZ2.53841.32395.2760
Yxy1.32390.27780.1449
Hunter Lab11.506119.2439-19.1326
CIE-Lab11.441631.1722-25.6010

#350842 color RGB value is (53,8,66).

#350842 hex color red value is 53, green value is 8 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #350842 hue: 0.80 , saturation: 0.78 and the lightness value of 350842 is 0.15.

The process color (four color CMYK) of #350842 color hex is 0.20, 0.88, 0.00, 0.74. Web safe color of #350842 is #330033. Color #350842 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001000 01000010
Octal 65 10 102
Decimal 53 8 66
Hex 35 8 42

RGB Percentages of Color #350842

%41.73
%6.30
%51.97

CMYK Percentages of Color #350842

%20
%88
%0
%74

Triadic Colors of #350842

#350842 #423508 #084235

Analogous Colors of #350842

#350842 #420832 #180842

Monochromatic Colors of #350842

#350842

Complementary Color

#350842 #154208

#350842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350842 Color CSS Codes

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

#350842 Text Font Color

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

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


#350842 Background Color

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

This div background color is #350842


#350842 Border Color

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

This div border color is #350842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350842

#350842 Color Palettes


Comments

No comments written yet.

Please login to write comment.