Color Hex Logo

#35159d Color Hex

#35159D
(53,21,157)
0 Favorites   0 Comments

Color spaces of #35159d

RGB 5321157
HSL0.710.760.35
HSV254°87°62°
CMYK 0.660.870.00   0.38
XYZ7.82223.727532.2055
Yxy3.72750.17880.0852
Hunter Lab19.306738.5332-85.3867
CIE-Lab22.749350.4643-66.4468

#35159d color RGB value is (53,21,157).

#35159d hex color red value is 53, green value is 21 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #35159d hue: 0.71 , saturation: 0.76 and the lightness value of 35159d is 0.35.

The process color (four color CMYK) of #35159d color hex is 0.66, 0.87, 0.00, 0.38. Web safe color of #35159d is #330099. Color #35159d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010101 10011101
Octal 65 25 235
Decimal 53 21 157
Hex 35 15 9D

RGB Percentages of Color #35159d

%22.94
%9.09
%67.97

CMYK Percentages of Color #35159d

%66
%87
%0
%38

Triadic Colors of #35159d

#35159d #9d3515 #159d35

Analogous Colors of #35159d

#35159d #79159d #15399d

Monochromatic Colors of #35159d

#35159d

Complementary Color

#35159d #7d9d15

#35159d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35159d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35159d Color CSS Codes

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

#35159d Text Font Color

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

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


#35159d Background Color

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

This div background color is #35159d


#35159d Border Color

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

This div border color is #35159d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35159d


Comments

No comments written yet.

Please login to write comment.