Color Hex Logo

#35034a Color Hex

#35034A
(53,3,74)
0 Favorites   0 Comments

Color spaces of #35034a

RGB 53374
HSL0.780.920.15
HSV282°96°29°
CMYK 0.280.960.00   0.71
XYZ2.73681.31646.5884
Yxy1.31640.25720.1237
Hunter Lab11.473422.4997-26.0147
CIE-Lab11.389735.1925-31.2945

#35034a color RGB value is (53,3,74).

#35034a hex color red value is 53, green value is 3 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #35034a hue: 0.78 , saturation: 0.92 and the lightness value of 35034a is 0.15.

The process color (four color CMYK) of #35034a color hex is 0.28, 0.96, 0.00, 0.71. Web safe color of #35034a is #330033. Color #35034a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000011 01001010
Octal 65 3 112
Decimal 53 3 74
Hex 35 3 4A

RGB Percentages of Color #35034a

%40.77
%2.31
%56.92

CMYK Percentages of Color #35034a

%28
%96
%0
%71

Triadic Colors of #35034a

#35034a #4a3503 #034a35

Analogous Colors of #35034a

#35034a #4a033c #11034a

Monochromatic Colors of #35034a

#35034a

Complementary Color

#35034a #184a03

#35034a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35034a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35034a Color CSS Codes

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

#35034a Text Font Color

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

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


#35034a Background Color

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

This div background color is #35034a


#35034a Border Color

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

This div border color is #35034a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35034a


Comments

No comments written yet.

Please login to write comment.