Color Hex Logo

#35275e Color Hex

#35275E
(53,39,94)
0 Favorites   0 Comments

Color spaces of #35275e

RGB 533994
HSL0.710.410.26
HSV255°59°37°
CMYK 0.440.590.00   0.63
XYZ4.21413.016110.9497
Yxy3.01610.23180.1659
Hunter Lab17.366912.9211-25.2250
CIE-Lab20.108321.3279-30.7503

#35275e color RGB value is (53,39,94).

#35275e hex color red value is 53, green value is 39 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #35275e hue: 0.71 , saturation: 0.41 and the lightness value of 35275e is 0.26.

The process color (four color CMYK) of #35275e color hex is 0.44, 0.59, 0.00, 0.63. Web safe color of #35275e is #333366. Color #35275e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100111 01011110
Octal 65 47 136
Decimal 53 39 94
Hex 35 27 5E

RGB Percentages of Color #35275e

%28.49
%20.97
%50.54

CMYK Percentages of Color #35275e

%44
%59
%0
%63

Triadic Colors of #35275e

#35275e #5e3527 #275e35

Analogous Colors of #35275e

#35275e #51275e #27355e

Monochromatic Colors of #35275e

#35275e

Complementary Color

#35275e #505e27

#35275e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35275e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35275e Color CSS Codes

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

#35275e Text Font Color

<p style="color:#35275e">Text here</p>

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


#35275e Background Color

<div style="background-color:#35275e">
Div content here</div>

This div background color is #35275e


#35275e Border Color

<div style="border:3px solid #35275e">
Div here</div>

This div border color is #35275e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,39,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35275e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35275e;
  -webkit-box-shadow: 1px 1px 3px 2px #35275e;
  box-shadow:         1px 1px 3px 2px #35275e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35275e


Comments

No comments written yet.

Please login to write comment.