Color Hex Logo

#35186a Color Hex

#35186A
(53,24,106)
0 Favorites   0 Comments

Color spaces of #35186a

RGB 5324106
HSL0.730.630.25
HSV261°77°42°
CMYK 0.500.770.00   0.58
XYZ4.39642.450813.8770
Yxy2.45080.21210.1183
Hunter Lab15.655022.7318-41.5976
CIE-Lab17.694634.2474-42.5546

#35186a color RGB value is (53,24,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011000 01101010
Octal 65 30 152
Decimal 53 24 106
Hex 35 18 6A

RGB Percentages of Color #35186a

%28.96
%13.11
%57.92

CMYK Percentages of Color #35186a

%50
%77
%0
%58

Triadic Colors of #35186a

#35186a #6a3518 #186a35

Analogous Colors of #35186a

#35186a #5e186a #18246a

Monochromatic Colors of #35186a

#35186a

Complementary Color

#35186a #4d6a18

#35186a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35186a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35186a Color CSS Codes

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

#35186a Text Font Color

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

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


#35186a Background Color

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

This div background color is #35186a


#35186a Border Color

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

This div border color is #35186a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35186a


Comments

No comments written yet.

Please login to write comment.