Color Hex Logo

#350a81 Color Hex

#350A81
(53,10,129)
0 Favorites   0 Comments

Color spaces of #350a81

RGB 5310129
HSL0.730.860.27
HSV262°92°51°
CMYK 0.590.920.00   0.49
XYZ5.53922.558920.9709
Yxy2.55890.19060.0880
Hunter Lab15.996633.8160-66.5294
CIE-Lab18.182946.5130-56.5640

#350a81 color RGB value is (53,10,129).

#350a81 hex color red value is 53, green value is 10 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #350a81 hue: 0.73 , saturation: 0.86 and the lightness value of 350a81 is 0.27.

The process color (four color CMYK) of #350a81 color hex is 0.59, 0.92, 0.00, 0.49. Web safe color of #350a81 is #330099. Color #350a81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001010 10000001
Octal 65 12 201
Decimal 53 10 129
Hex 35 A 81

RGB Percentages of Color #350a81

%27.60
%5.21
%67.19

CMYK Percentages of Color #350a81

%59
%92
%0
%49

Triadic Colors of #350a81

#350a81 #81350a #0a8135

Analogous Colors of #350a81

#350a81 #710a81 #0a1b81

Monochromatic Colors of #350a81

#350a81

Complementary Color

#350a81 #56810a

#350a81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350a81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350a81 Color CSS Codes

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

#350a81 Text Font Color

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

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


#350a81 Background Color

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

This div background color is #350a81


#350a81 Border Color

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

This div border color is #350a81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350a81


Comments

No comments written yet.

Please login to write comment.