Color Hex Logo

#351853 Color Hex

#351853
(53,24,83)
0 Favorites   0 Comments

Color spaces of #351853

RGB 532483
HSL0.750.550.21
HSV269°71°33°
CMYK 0.360.710.00   0.67
XYZ3.35622.03478.3995
Yxy2.03470.24340.1475
Hunter Lab14.264317.0362-24.9278
CIE-Lab15.668327.5349-30.5383

#351853 color RGB value is (53,24,83).

#351853 hex color red value is 53, green value is 24 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #351853 hue: 0.75 , saturation: 0.55 and the lightness value of 351853 is 0.21.

The process color (four color CMYK) of #351853 color hex is 0.36, 0.71, 0.00, 0.67. Web safe color of #351853 is #330066. Color #351853 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011000 01010011
Octal 65 30 123
Decimal 53 24 83
Hex 35 18 53

RGB Percentages of Color #351853

%33.13
%15.00
%51.88

CMYK Percentages of Color #351853

%36
%71
%0
%67

Triadic Colors of #351853

#351853 #533518 #185335

Analogous Colors of #351853

#351853 #521853 #181953

Monochromatic Colors of #351853

#351853

Complementary Color

#351853 #365318

#351853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351853 Color CSS Codes

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

#351853 Text Font Color

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

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


#351853 Background Color

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

This div background color is #351853


#351853 Border Color

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

This div border color is #351853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351853


Comments

No comments written yet.

Please login to write comment.