Color Hex Logo

#350e7e Color Hex

#350E7E
(53,14,126)
0 Favorites   0 Comments

Color spaces of #350e7e

RGB 5314126
HSL0.720.800.27
HSV261°89°49°
CMYK 0.580.890.00   0.51
XYZ5.39112.577319.9520
Yxy2.57730.19310.0923
Hunter Lab16.054031.8478-62.4483
CIE-Lab18.264744.4174-54.5214

#350e7e color RGB value is (53,14,126).

#350e7e hex color red value is 53, green value is 14 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #350e7e hue: 0.72 , saturation: 0.80 and the lightness value of 350e7e is 0.27.

The process color (four color CMYK) of #350e7e color hex is 0.58, 0.89, 0.00, 0.51. Web safe color of #350e7e is #330066. Color #350e7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001110 01111110
Octal 65 16 176
Decimal 53 14 126
Hex 35 E 7E

RGB Percentages of Color #350e7e

%27.46
%7.25
%65.28

CMYK Percentages of Color #350e7e

%58
%89
%0
%51

Triadic Colors of #350e7e

#350e7e #7e350e #0e7e35

Analogous Colors of #350e7e

#350e7e #6d0e7e #0e1f7e

Monochromatic Colors of #350e7e

#350e7e

Complementary Color

#350e7e #577e0e

#350e7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350e7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#350e7e Color CSS Codes

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

#350e7e Text Font Color

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

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


#350e7e Background Color

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

This div background color is #350e7e


#350e7e Border Color

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

This div border color is #350e7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350e7e


Comments

No comments written yet.

Please login to write comment.