Color Hex Logo

#35184f Color Hex

#35184F
(53,24,79)
0 Favorites   0 Comments

Color spaces of #35184f

RGB 532479
HSL0.750.530.20
HSV272°70°31°
CMYK 0.330.700.00   0.69
XYZ3.20611.97477.6093
Yxy1.97470.25070.1544
Hunter Lab14.052416.1336-22.2685
CIE-Lab15.353926.4073-28.3221

#35184f color RGB value is (53,24,79).

#35184f hex color red value is 53, green value is 24 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #35184f hue: 0.75 , saturation: 0.53 and the lightness value of 35184f is 0.20.

The process color (four color CMYK) of #35184f color hex is 0.33, 0.70, 0.00, 0.69. Web safe color of #35184f is #330066. Color #35184f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011000 01001111
Octal 65 30 117
Decimal 53 24 79
Hex 35 18 4F

RGB Percentages of Color #35184f

%33.97
%15.38
%50.64

CMYK Percentages of Color #35184f

%33
%70
%0
%69

Triadic Colors of #35184f

#35184f #4f3518 #184f35

Analogous Colors of #35184f

#35184f #4f184e #1a184f

Monochromatic Colors of #35184f

#35184f

Complementary Color

#35184f #324f18

#35184f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35184f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35184f Color CSS Codes

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

#35184f Text Font Color

<p style="color:#35184f">Text here</p>

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


#35184f Background Color

<div style="background-color:#35184f">
Div content here</div>

This div background color is #35184f


#35184f Border Color

<div style="border:3px solid #35184f">
Div here</div>

This div border color is #35184f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,24,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35184f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35184f;
  -webkit-box-shadow: 1px 1px 3px 2px #35184f;
  box-shadow:         1px 1px 3px 2px #35184f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35184f


Comments

No comments written yet.

Please login to write comment.