Color Hex Logo

#35014f Color Hex

#35014F
(53,1,79)
0 Favorites   0 Comments

Color spaces of #35014f

RGB 53179
HSL0.780.980.16
HSV280°99°31°
CMYK 0.330.990.00   0.69
XYZ2.89031.34317.5040
Yxy1.34310.24620.1144
Hunter Lab11.589224.2360-30.2777
CIE-Lab11.573637.2129-34.4581

#35014f color RGB value is (53,1,79).

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

The process color (four color CMYK) of #35014f color hex is 0.33, 0.99, 0.00, 0.69. Web safe color of #35014f is #330066. Color #35014f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000001 01001111
Octal 65 1 117
Decimal 53 1 79
Hex 35 1 4F

RGB Percentages of Color #35014f

%39.85
%0.75
%59.40

CMYK Percentages of Color #35014f

%33
%99
%0
%69

Triadic Colors of #35014f

#35014f #4f3501 #014f35

Analogous Colors of #35014f

#35014f #4f0142 #0e014f

Monochromatic Colors of #35014f

#35014f

Complementary Color

#35014f #1b4f01

#35014f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35014f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35014f Color CSS Codes

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

#35014f Text Font Color

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

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


#35014f Background Color

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

This div background color is #35014f


#35014f Border Color

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

This div border color is #35014f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35014f


Comments

No comments written yet.

Please login to write comment.