Color Hex Logo

#35256d Color Hex

#35256D
(53,37,109)
0 Favorites   0 Comments

Color spaces of #35256d

RGB 5337109
HSL0.700.490.29
HSV253°66°43°
CMYK 0.510.660.00   0.57
XYZ4.89013.184114.8249
Yxy3.18410.21350.1390
Hunter Lab17.844017.6902-36.7675
CIE-Lab20.766627.4876-39.4995

#35256d color RGB value is (53,37,109).

#35256d hex color red value is 53, green value is 37 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #35256d hue: 0.70 , saturation: 0.49 and the lightness value of 35256d is 0.29.

The process color (four color CMYK) of #35256d color hex is 0.51, 0.66, 0.00, 0.57. Web safe color of #35256d is #333366. Color #35256d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100101 01101101
Octal 65 45 155
Decimal 53 37 109
Hex 35 25 6D

RGB Percentages of Color #35256d

%26.63
%18.59
%54.77

CMYK Percentages of Color #35256d

%51
%66
%0
%57

Triadic Colors of #35256d

#35256d #6d3525 #256d35

Analogous Colors of #35256d

#35256d #59256d #25396d

Monochromatic Colors of #35256d

#35256d

Complementary Color

#35256d #5d6d25

#35256d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35256d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35256d Color CSS Codes

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

#35256d Text Font Color

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

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


#35256d Background Color

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

This div background color is #35256d


#35256d Border Color

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

This div border color is #35256d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,37,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 #35256d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35256d


Comments

No comments written yet.

Please login to write comment.