Color Hex Logo

#35116b Color Hex

#35116B
(53,17,107)
0 Favorites   0 Comments

Color spaces of #35116b

RGB 5317107
HSL0.730.730.24
HSV264°84°42°
CMYK 0.500.840.00   0.58
XYZ4.32252.219314.1105
Yxy2.21930.20930.1075
Hunter Lab14.897325.7220-45.7304
CIE-Lab16.598437.9610-45.0060

#35116b color RGB value is (53,17,107).

#35116b hex color red value is 53, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #35116b hue: 0.73 , saturation: 0.73 and the lightness value of 35116b is 0.24.

The process color (four color CMYK) of #35116b color hex is 0.50, 0.84, 0.00, 0.58. Web safe color of #35116b is #330066. Color #35116b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010001 01101011
Octal 65 21 153
Decimal 53 17 107
Hex 35 11 6B

RGB Percentages of Color #35116b

%29.94
%9.60
%60.45

CMYK Percentages of Color #35116b

%50
%84
%0
%58

Triadic Colors of #35116b

#35116b #6b3511 #116b35

Analogous Colors of #35116b

#35116b #62116b #111a6b

Monochromatic Colors of #35116b

#35116b

Complementary Color

#35116b #476b11

#35116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35116b Color CSS Codes

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

#35116b Text Font Color

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

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


#35116b Background Color

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

This div background color is #35116b


#35116b Border Color

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

This div border color is #35116b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,17,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35116b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35116b;
  -webkit-box-shadow: 1px 1px 3px 2px #35116b;
  box-shadow:         1px 1px 3px 2px #35116b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35116b


Comments

No comments written yet.

Please login to write comment.