Color Hex Logo

#351e8f Color Hex

#351E8F
(53,30,143)
0 Favorites   0 Comments

Color spaces of #351e8f

RGB 5330143
HSL0.700.650.34
HSV252°79°56°
CMYK 0.630.790.00   0.44
XYZ6.89043.668626.3315
Yxy3.66860.18680.0994
Hunter Lab19.153630.6956-68.1017
CIE-Lab22.544142.3452-58.1495

#351e8f color RGB value is (53,30,143).

#351e8f hex color red value is 53, green value is 30 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #351e8f hue: 0.70 , saturation: 0.65 and the lightness value of 351e8f is 0.34.

The process color (four color CMYK) of #351e8f color hex is 0.63, 0.79, 0.00, 0.44. Web safe color of #351e8f is #333399. Color #351e8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011110 10001111
Octal 65 36 217
Decimal 53 30 143
Hex 35 1E 8F

RGB Percentages of Color #351e8f

%23.45
%13.27
%63.27

CMYK Percentages of Color #351e8f

%63
%79
%0
%44

Triadic Colors of #351e8f

#351e8f #8f351e #1e8f35

Analogous Colors of #351e8f

#351e8f #6e1e8f #1e3f8f

Monochromatic Colors of #351e8f

#351e8f

Complementary Color

#351e8f #788f1e

#351e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#351e8f Color CSS Codes

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

#351e8f Text Font Color

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

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


#351e8f Background Color

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

This div background color is #351e8f


#351e8f Border Color

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

This div border color is #351e8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351e8f


Comments

No comments written yet.

Please login to write comment.