Color Hex Logo

#352f4b Color Hex

#352F4B
(53,47,75)
0 Favorites   0 Comments

Color spaces of #352f4b

RGB 534775
HSL0.700.230.24
HSV253°37°29°
CMYK 0.290.370.00   0.71
XYZ3.75473.29797.0953
Yxy3.29790.26540.2331
Hunter Lab18.16015.1256-10.4530
CIE-Lab21.19959.9446-16.3452

#352f4b color RGB value is (53,47,75).

#352f4b hex color red value is 53, green value is 47 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #352f4b hue: 0.70 , saturation: 0.23 and the lightness value of 352f4b is 0.24.

The process color (four color CMYK) of #352f4b color hex is 0.29, 0.37, 0.00, 0.71. Web safe color of #352f4b is #333333. Color #352f4b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101111 01001011
Octal 65 57 113
Decimal 53 47 75
Hex 35 2F 4B

RGB Percentages of Color #352f4b

%30.29
%26.86
%42.86

CMYK Percentages of Color #352f4b

%29
%37
%0
%71

Triadic Colors of #352f4b

#352f4b #4b352f #2f4b35

Analogous Colors of #352f4b

#352f4b #432f4b #2f374b

Monochromatic Colors of #352f4b

#352f4b

Complementary Color

#352f4b #454b2f

#352f4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352f4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#352f4b Color CSS Codes

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

#352f4b Text Font Color

<p style="color:#352f4b">Text here</p>

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


#352f4b Background Color

<div style="background-color:#352f4b">
Div content here</div>

This div background color is #352f4b


#352f4b Border Color

<div style="border:3px solid #352f4b">
Div here</div>

This div border color is #352f4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,47,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352f4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352f4b;
  -webkit-box-shadow: 1px 1px 3px 2px #352f4b;
  box-shadow:         1px 1px 3px 2px #352f4b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352f4b


Comments

No comments written yet.

Please login to write comment.