Color Hex Logo

#35048a Color Hex

#35048A
(53,4,138)
0 Favorites   0 Comments

Color spaces of #35048a

RGB 534138
HSL0.730.940.28
HSV262°97°54°
CMYK 0.620.970.00   0.46
XYZ6.09912.678724.2403
Yxy2.67870.18470.0811
Hunter Lab16.366737.8766-76.3560
CIE-Lab18.708250.5717-61.3731

#35048a color RGB value is (53,4,138).

#35048a hex color red value is 53, green value is 4 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #35048a hue: 0.73 , saturation: 0.94 and the lightness value of 35048a is 0.28.

The process color (four color CMYK) of #35048a color hex is 0.62, 0.97, 0.00, 0.46. Web safe color of #35048a is #330099. Color #35048a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000100 10001010
Octal 65 4 212
Decimal 53 4 138
Hex 35 4 8A

RGB Percentages of Color #35048a

%27.18
%2.05
%70.77

CMYK Percentages of Color #35048a

%62
%97
%0
%46

Triadic Colors of #35048a

#35048a #8a3504 #048a35

Analogous Colors of #35048a

#35048a #78048a #04168a

Monochromatic Colors of #35048a

#35048a

Complementary Color

#35048a #598a04

#35048a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35048a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35048a Color CSS Codes

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

#35048a Text Font Color

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

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


#35048a Background Color

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

This div background color is #35048a


#35048a Border Color

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

This div border color is #35048a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35048a


Comments

No comments written yet.

Please login to write comment.