Color Hex Logo

#351850 Color Hex

#351850
(53,24,80)
0 Favorites   0 Comments

Color spaces of #351850

RGB 532480
HSL0.750.540.20
HSV271°70°31°
CMYK 0.340.700.00   0.69
XYZ3.24281.98937.8025
Yxy1.98930.24880.1526
Hunter Lab14.104316.3576-22.9264
CIE-Lab15.431026.6891-28.8806

#351850 color RGB value is (53,24,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011000 01010000
Octal 65 30 120
Decimal 53 24 80
Hex 35 18 50

RGB Percentages of Color #351850

%33.76
%15.29
%50.96

CMYK Percentages of Color #351850

%34
%70
%0
%69

Triadic Colors of #351850

#351850 #503518 #185035

Analogous Colors of #351850

#351850 #50184f #191850

Monochromatic Colors of #351850

#351850

Complementary Color

#351850 #335018

#351850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351850 Color CSS Codes

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

#351850 Text Font Color

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

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


#351850 Background Color

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

This div background color is #351850


#351850 Border Color

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

This div border color is #351850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351850


Comments

No comments written yet.

Please login to write comment.