Color Hex Logo

#350154 Color Hex

#350154
(53,1,84)
0 Favorites   0 Comments

Color spaces of #350154

RGB 53184
HSL0.770.980.17
HSV278°99°33°
CMYK 0.370.990.00   0.67
XYZ3.07931.41878.4990
Yxy1.41870.23690.1092
Hunter Lab11.910925.3030-33.9686
CIE-Lab12.081638.3537-37.0572

#350154 color RGB value is (53,1,84).

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

The process color (four color CMYK) of #350154 color hex is 0.37, 0.99, 0.00, 0.67. Web safe color of #350154 is #330066. Color #350154 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000001 01010100
Octal 65 1 124
Decimal 53 1 84
Hex 35 1 54

RGB Percentages of Color #350154

%38.41
%0.72
%60.87

CMYK Percentages of Color #350154

%37
%99
%0
%67

Triadic Colors of #350154

#350154 #543501 #015435

Analogous Colors of #350154

#350154 #54014a #0c0154

Monochromatic Colors of #350154

#350154

Complementary Color

#350154 #205401

#350154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350154 Color CSS Codes

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

#350154 Text Font Color

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

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


#350154 Background Color

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

This div background color is #350154


#350154 Border Color

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

This div border color is #350154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350154


Comments

No comments written yet.

Please login to write comment.