Color Hex Logo

#350152 Color Hex

#350152
(53,1,82)
0 Favorites   0 Comments

Color spaces of #350152

RGB 53182
HSL0.770.980.16
HSV279°99°32°
CMYK 0.350.990.00   0.68
XYZ3.00201.38788.0923
Yxy1.38780.24050.1112
Hunter Lab11.780524.8709-32.4814
CIE-Lab11.876237.8938-36.0256

#350152 color RGB value is (53,1,82).

#350152 hex color red value is 53, green value is 1 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #350152 hue: 0.77 , saturation: 0.98 and the lightness value of 350152 is 0.16.

The process color (four color CMYK) of #350152 color hex is 0.35, 0.99, 0.00, 0.68. Web safe color of #350152 is #330066. Color #350152 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000001 01010010
Octal 65 1 122
Decimal 53 1 82
Hex 35 1 52

RGB Percentages of Color #350152

%38.97
%0.74
%60.29

CMYK Percentages of Color #350152

%35
%99
%0
%68

Triadic Colors of #350152

#350152 #523501 #015235

Analogous Colors of #350152

#350152 #520147 #0c0152

Monochromatic Colors of #350152

#350152

Complementary Color

#350152 #1e5201

#350152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350152 Color CSS Codes

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

#350152 Text Font Color

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

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


#350152 Background Color

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

This div background color is #350152


#350152 Border Color

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

This div border color is #350152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350152


Comments

No comments written yet.

Please login to write comment.