Color Hex Logo

#35017a Color Hex

#35017A
(53,1,122)
0 Favorites   0 Comments

Color spaces of #35017a

RGB 531122
HSL0.740.980.24
HSV266°99°48°
CMYK 0.570.990.00   0.52
XYZ4.99192.183718.5708
Yxy2.18370.19390.0848
Hunter Lab14.777334.4383-64.1660
CIE-Lab16.423247.4909-55.0121

#35017a color RGB value is (53,1,122).

#35017a hex color red value is 53, green value is 1 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #35017a hue: 0.74 , saturation: 0.98 and the lightness value of 35017a is 0.24.

The process color (four color CMYK) of #35017a color hex is 0.57, 0.99, 0.00, 0.52. Web safe color of #35017a is #330066. Color #35017a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000001 01111010
Octal 65 1 172
Decimal 53 1 122
Hex 35 1 7A

RGB Percentages of Color #35017a

%30.11
%0.57
%69.32

CMYK Percentages of Color #35017a

%57
%99
%0
%52

Triadic Colors of #35017a

#35017a #7a3501 #017a35

Analogous Colors of #35017a

#35017a #72017a #01097a

Monochromatic Colors of #35017a

#35017a

Complementary Color

#35017a #467a01

#35017a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35017a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35017a Color CSS Codes

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

#35017a Text Font Color

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

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


#35017a Background Color

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

This div background color is #35017a


#35017a Border Color

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

This div border color is #35017a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35017a


Comments

No comments written yet.

Please login to write comment.