Color Hex Logo

#353150 Color Hex

#353150
(53,49,80)
0 Favorites   0 Comments

Color spaces of #353150

RGB 534980
HSL0.690.240.25
HSV248°39°31°
CMYK 0.340.390.00   0.69
XYZ4.01453.53278.0597
Yxy3.53270.25720.2264
Hunter Lab18.79555.2335-12.2673
CIE-Lab22.062210.0665-18.3505

#353150 color RGB value is (53,49,80).

#353150 hex color red value is 53, green value is 49 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #353150 hue: 0.69 , saturation: 0.24 and the lightness value of 353150 is 0.25.

The process color (four color CMYK) of #353150 color hex is 0.34, 0.39, 0.00, 0.69. Web safe color of #353150 is #333366. Color #353150 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110001 01010000
Octal 65 61 120
Decimal 53 49 80
Hex 35 31 50

RGB Percentages of Color #353150

%29.12
%26.92
%43.96

CMYK Percentages of Color #353150

%34
%39
%0
%69

Triadic Colors of #353150

#353150 #503531 #315035

Analogous Colors of #353150

#353150 #453150 #313d50

Monochromatic Colors of #353150

#353150

Complementary Color

#353150 #4c5031

#353150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353150 Color CSS Codes

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

#353150 Text Font Color

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

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


#353150 Background Color

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

This div background color is #353150


#353150 Border Color

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

This div border color is #353150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353150


Comments

No comments written yet.

Please login to write comment.