Color Hex Logo

#35116d Color Hex

#35116D
(53,17,109)
0 Favorites   0 Comments

Color spaces of #35116d

RGB 5317109
HSL0.730.730.25
HSV263°84°43°
CMYK 0.510.840.00   0.57
XYZ4.42902.261914.6712
Yxy2.26190.20730.1059
Hunter Lab15.039626.2469-47.3099
CIE-Lab16.805738.5216-45.9718

#35116d color RGB value is (53,17,109).

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

The process color (four color CMYK) of #35116d color hex is 0.51, 0.84, 0.00, 0.57. Web safe color of #35116d is #330066. Color #35116d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010001 01101101
Octal 65 21 155
Decimal 53 17 109
Hex 35 11 6D

RGB Percentages of Color #35116d

%29.61
%9.50
%60.89

CMYK Percentages of Color #35116d

%51
%84
%0
%57

Triadic Colors of #35116d

#35116d #6d3511 #116d35

Analogous Colors of #35116d

#35116d #63116d #111b6d

Monochromatic Colors of #35116d

#35116d

Complementary Color

#35116d #496d11

#35116d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35116d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35116d Color CSS Codes

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

#35116d Text Font Color

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

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


#35116d Background Color

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

This div background color is #35116d


#35116d Border Color

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

This div border color is #35116d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35116d


Comments

No comments written yet.

Please login to write comment.