Color Hex Logo

#351796 Color Hex

#351796
(53,23,150)
0 Favorites   0 Comments

Color spaces of #351796

RGB 5323150
HSL0.710.730.34
HSV254°85°59°
CMYK 0.650.850.00   0.41
XYZ7.27963.571729.1599
Yxy3.57170.18190.0893
Hunter Lab18.898935.6825-78.2515
CIE-Lab22.201747.6747-63.0505

#351796 color RGB value is (53,23,150).

#351796 hex color red value is 53, green value is 23 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #351796 hue: 0.71 , saturation: 0.73 and the lightness value of 351796 is 0.34.

The process color (four color CMYK) of #351796 color hex is 0.65, 0.85, 0.00, 0.41. Web safe color of #351796 is #330099. Color #351796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010111 10010110
Octal 65 27 226
Decimal 53 23 150
Hex 35 17 96

RGB Percentages of Color #351796

%23.45
%10.18
%66.37

CMYK Percentages of Color #351796

%65
%85
%0
%41

Triadic Colors of #351796

#351796 #963517 #179635

Analogous Colors of #351796

#351796 #751796 #173996

Monochromatic Colors of #351796

#351796

Complementary Color

#351796 #789617

#351796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351796 Color CSS Codes

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

#351796 Text Font Color

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

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


#351796 Background Color

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

This div background color is #351796


#351796 Border Color

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

This div border color is #351796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351796


Comments

No comments written yet.

Please login to write comment.