Color Hex Logo

#351383 Color Hex

#351383
(53,19,131)
0 Favorites   0 Comments

Color spaces of #351383

RGB 5319131
HSL0.720.750.29
HSV258°85°51°
CMYK 0.600.850.00   0.49
XYZ5.79782.861321.7194
Yxy2.86130.19090.0942
Hunter Lab16.915431.5795-64.2878
CIE-Lab19.479643.8946-55.6864

#351383 color RGB value is (53,19,131).

#351383 hex color red value is 53, green value is 19 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #351383 hue: 0.72 , saturation: 0.75 and the lightness value of 351383 is 0.29.

The process color (four color CMYK) of #351383 color hex is 0.60, 0.85, 0.00, 0.49. Web safe color of #351383 is #330099. Color #351383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010011 10000011
Octal 65 23 203
Decimal 53 19 131
Hex 35 13 83

RGB Percentages of Color #351383

%26.11
%9.36
%64.53

CMYK Percentages of Color #351383

%60
%85
%0
%49

Triadic Colors of #351383

#351383 #833513 #138335

Analogous Colors of #351383

#351383 #6d1383 #132983

Monochromatic Colors of #351383

#351383

Complementary Color

#351383 #618313

#351383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351383 Color CSS Codes

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

#351383 Text Font Color

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

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


#351383 Background Color

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

This div background color is #351383


#351383 Border Color

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

This div border color is #351383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351383


Comments

No comments written yet.

Please login to write comment.