Color Hex Logo

#35139b Color Hex

#35139B
(53,19,155)
0 Favorites   0 Comments

Color spaces of #35139b

RGB 5319155
HSL0.710.780.34
HSV255°88°61°
CMYK 0.660.880.00   0.39
XYZ7.61753.589231.3016
Yxy3.58920.17920.0844
Hunter Lab18.945238.6174-84.6985
CIE-Lab22.264050.6421-66.0250

#35139b color RGB value is (53,19,155).

#35139b hex color red value is 53, green value is 19 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #35139b hue: 0.71 , saturation: 0.78 and the lightness value of 35139b is 0.34.

The process color (four color CMYK) of #35139b color hex is 0.66, 0.88, 0.00, 0.39. Web safe color of #35139b is #330099. Color #35139b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010011 10011011
Octal 65 23 233
Decimal 53 19 155
Hex 35 13 9B

RGB Percentages of Color #35139b

%23.35
%8.37
%68.28

CMYK Percentages of Color #35139b

%66
%88
%0
%39

Triadic Colors of #35139b

#35139b #9b3513 #139b35

Analogous Colors of #35139b

#35139b #79139b #13359b

Monochromatic Colors of #35139b

#35139b

Complementary Color

#35139b #799b13

#35139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35139b Color CSS Codes

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

#35139b Text Font Color

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

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


#35139b Background Color

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

This div background color is #35139b


#35139b Border Color

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

This div border color is #35139b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35139b


Comments

No comments written yet.

Please login to write comment.