Color Hex Logo

#35146a Color Hex

#35146A
(53,20,106)
0 Favorites   0 Comments

Color spaces of #35146a

RGB 5320106
HSL0.730.680.25
HSV263°81°42°
CMYK 0.500.810.00   0.58
XYZ4.31992.297813.8515
Yxy2.29780.21100.1123
Hunter Lab15.158524.3419-43.5669
CIE-Lab16.978336.2877-43.7279

#35146a color RGB value is (53,20,106).

#35146a hex color red value is 53, green value is 20 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #35146a hue: 0.73 , saturation: 0.68 and the lightness value of 35146a is 0.25.

The process color (four color CMYK) of #35146a color hex is 0.50, 0.81, 0.00, 0.58. Web safe color of #35146a is #330066. Color #35146a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010100 01101010
Octal 65 24 152
Decimal 53 20 106
Hex 35 14 6A

RGB Percentages of Color #35146a

%29.61
%11.17
%59.22

CMYK Percentages of Color #35146a

%50
%81
%0
%58

Triadic Colors of #35146a

#35146a #6a3514 #146a35

Analogous Colors of #35146a

#35146a #60146a #141e6a

Monochromatic Colors of #35146a

#35146a

Complementary Color

#35146a #496a14

#35146a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35146a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35146a Color CSS Codes

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

#35146a Text Font Color

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

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


#35146a Background Color

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

This div background color is #35146a


#35146a Border Color

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

This div border color is #35146a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35146a


Comments

No comments written yet.

Please login to write comment.