Color Hex Logo

#351483 Color Hex

#351483
(53,20,131)
0 Favorites   0 Comments

Color spaces of #351483

RGB 5320131
HSL0.720.740.30
HSV258°85°51°
CMYK 0.600.850.00   0.49
XYZ5.81512.895921.7252
Yxy2.89590.19110.0951
Hunter Lab17.017331.2160-63.7805
CIE-Lab19.622143.4763-55.4512

#351483 color RGB value is (53,20,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010100 10000011
Octal 65 24 203
Decimal 53 20 131
Hex 35 14 83

RGB Percentages of Color #351483

%25.98
%9.80
%64.22

CMYK Percentages of Color #351483

%60
%85
%0
%49

Triadic Colors of #351483

#351483 #833514 #148335

Analogous Colors of #351483

#351483 #6d1483 #142a83

Monochromatic Colors of #351483

#351483

Complementary Color

#351483 #628314

#351483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351483 Color CSS Codes

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

#351483 Text Font Color

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

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


#351483 Background Color

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

This div background color is #351483


#351483 Border Color

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

This div border color is #351483


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,20,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 #351483">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351483


Comments

No comments written yet.

Please login to write comment.