Color Hex Logo

#35014b Color Hex

#35014B
(53,1,75)
0 Favorites   0 Comments

Color spaces of #35014b

RGB 53175
HSL0.780.970.15
HSV282°99°29°
CMYK 0.290.990.00   0.71
XYZ2.74911.28666.7601
Yxy1.28660.25460.1192
Hunter Lab11.342823.4121-27.3956
CIE-Lab11.181436.3194-32.3298

#35014b color RGB value is (53,1,75).

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

The process color (four color CMYK) of #35014b color hex is 0.29, 0.99, 0.00, 0.71. Web safe color of #35014b is #330033. Color #35014b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000001 01001011
Octal 65 1 113
Decimal 53 1 75
Hex 35 1 4B

RGB Percentages of Color #35014b

%41.09
%0.78
%58.14

CMYK Percentages of Color #35014b

%29
%99
%0
%71

Triadic Colors of #35014b

#35014b #4b3501 #014b35

Analogous Colors of #35014b

#35014b #4b013c #10014b

Monochromatic Colors of #35014b

#35014b

Complementary Color

#35014b #174b01

#35014b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35014b Color Preview on White Background

Lorem ipsum dolor sit amet.

#35014b Color CSS Codes

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

#35014b Text Font Color

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

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


#35014b Background Color

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

This div background color is #35014b


#35014b Border Color

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

This div border color is #35014b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35014b


Comments

No comments written yet.

Please login to write comment.