Color Hex Logo

#350a47 Color Hex

#350A47
(53,10,71)
0 Favorites   0 Comments

Color spaces of #350a47

RGB 531071
HSL0.780.750.16
HSV282°86°28°
CMYK 0.250.860.00   0.72
XYZ2.71411.42896.0940
Yxy1.42890.26510.1396
Hunter Lab11.953719.6098-21.8586
CIE-Lab12.148731.4960-27.9706

#350a47 color RGB value is (53,10,71).

#350a47 hex color red value is 53, green value is 10 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #350a47 hue: 0.78 , saturation: 0.75 and the lightness value of 350a47 is 0.16.

The process color (four color CMYK) of #350a47 color hex is 0.25, 0.86, 0.00, 0.72. Web safe color of #350a47 is #330033. Color #350a47 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001010 01000111
Octal 65 12 107
Decimal 53 10 71
Hex 35 A 47

RGB Percentages of Color #350a47

%39.55
%7.46
%52.99

CMYK Percentages of Color #350a47

%25
%86
%0
%72

Triadic Colors of #350a47

#350a47 #47350a #0a4735

Analogous Colors of #350a47

#350a47 #470a3a #170a47

Monochromatic Colors of #350a47

#350a47

Complementary Color

#350a47 #1c470a

#350a47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350a47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350a47 Color CSS Codes

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

#350a47 Text Font Color

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

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


#350a47 Background Color

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

This div background color is #350a47


#350a47 Border Color

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

This div border color is #350a47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350a47


Comments

No comments written yet.

Please login to write comment.