Color Hex Logo

#350256 Color Hex

#350256
(53,2,86)
0 Favorites   0 Comments

Color spaces of #350256

RGB 53286
HSL0.770.950.17
HSV276°98°34°
CMYK 0.380.980.00   0.66
XYZ3.16961.47228.9212
Yxy1.47220.23370.1085
Hunter Lab12.133425.3958-35.1001
CIE-Lab12.430238.3940-37.8486

#350256 color RGB value is (53,2,86).

#350256 hex color red value is 53, green value is 2 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #350256 hue: 0.77 , saturation: 0.95 and the lightness value of 350256 is 0.17.

The process color (four color CMYK) of #350256 color hex is 0.38, 0.98, 0.00, 0.66. Web safe color of #350256 is #330066. Color #350256 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000010 01010110
Octal 65 2 126
Decimal 53 2 86
Hex 35 2 56

RGB Percentages of Color #350256

%37.59
%1.42
%60.99

CMYK Percentages of Color #350256

%38
%98
%0
%66

Triadic Colors of #350256

#350256 #563502 #025635

Analogous Colors of #350256

#350256 #56024d #0b0256

Monochromatic Colors of #350256

#350256

Complementary Color

#350256 #235602

#350256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350256 Color CSS Codes

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

#350256 Text Font Color

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

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


#350256 Background Color

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

This div background color is #350256


#350256 Border Color

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

This div border color is #350256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350256


Comments

No comments written yet.

Please login to write comment.