Color Hex Logo

#350140 Color Hex

#350140
(53,1,64)
0 Favorites   0 Comments

Color spaces of #350140

RGB 53164
HSL0.800.970.13
HSV290°98°25°
CMYK 0.170.980.00   0.75
XYZ2.40451.14884.9455
Yxy1.14880.28290.1352
Hunter Lab10.718221.2874-19.8543
CIE-Lab10.174233.9599-26.2308

#350140 color RGB value is (53,1,64).

#350140 hex color red value is 53, green value is 1 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #350140 hue: 0.80 , saturation: 0.97 and the lightness value of 350140 is 0.13.

The process color (four color CMYK) of #350140 color hex is 0.17, 0.98, 0.00, 0.75. Web safe color of #350140 is #330033. Color #350140 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000001 01000000
Octal 65 1 100
Decimal 53 1 64
Hex 35 1 40

RGB Percentages of Color #350140

%44.92
%0.85
%54.24

CMYK Percentages of Color #350140

%17
%98
%0
%75

Triadic Colors of #350140

#350140 #403501 #014035

Analogous Colors of #350140

#350140 #40012c #160140

Monochromatic Colors of #350140

#350140

Complementary Color

#350140 #0c4001

#350140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350140 Color CSS Codes

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

#350140 Text Font Color

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

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


#350140 Background Color

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

This div background color is #350140


#350140 Border Color

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

This div border color is #350140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350140


Comments

No comments written yet.

Please login to write comment.