Color Hex Logo

#35028a Color Hex

#35028A
(53,2,138)
0 Favorites   0 Comments

Color spaces of #35028a

RGB 532138
HSL0.730.970.27
HSV263°99°54°
CMYK 0.620.990.00   0.46
XYZ6.07742.635324.2331
Yxy2.63530.18450.0800
Hunter Lab16.233638.4165-77.1430
CIE-Lab18.519851.1464-61.6860

#35028a color RGB value is (53,2,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000010 10001010
Octal 65 2 212
Decimal 53 2 138
Hex 35 2 8A

RGB Percentages of Color #35028a

%27.46
%1.04
%71.50

CMYK Percentages of Color #35028a

%62
%99
%0
%46

Triadic Colors of #35028a

#35028a #8a3502 #028a35

Analogous Colors of #35028a

#35028a #79028a #02138a

Monochromatic Colors of #35028a

#35028a

Complementary Color

#35028a #578a02

#35028a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35028a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35028a Color CSS Codes

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

#35028a Text Font Color

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

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


#35028a Background Color

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

This div background color is #35028a


#35028a Border Color

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

This div border color is #35028a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,2,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 #35028a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35028a


Comments

No comments written yet.

Please login to write comment.