Color Hex Logo

#350772 Color Hex

#350772
(53,7,114)
0 Favorites   0 Comments

Color spaces of #350772

RGB 537114
HSL0.740.880.24
HSV266°94°45°
CMYK 0.540.940.00   0.55
XYZ4.58142.123716.0880
Yxy2.12370.20100.0932
Hunter Lab14.572930.6138-55.2531
CIE-Lab16.123543.5027-50.3477

#350772 color RGB value is (53,7,114).

#350772 hex color red value is 53, green value is 7 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #350772 hue: 0.74 , saturation: 0.88 and the lightness value of 350772 is 0.24.

The process color (four color CMYK) of #350772 color hex is 0.54, 0.94, 0.00, 0.55. Web safe color of #350772 is #330066. Color #350772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00000111 01110010
Octal 65 7 162
Decimal 53 7 114
Hex 35 7 72

RGB Percentages of Color #350772

%30.46
%4.02
%65.52

CMYK Percentages of Color #350772

%54
%94
%0
%55

Triadic Colors of #350772

#350772 #723507 #077235

Analogous Colors of #350772

#350772 #6b0772 #070f72

Monochromatic Colors of #350772

#350772

Complementary Color

#350772 #447207

#350772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#350772 Color CSS Codes

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

#350772 Text Font Color

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

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


#350772 Background Color

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

This div background color is #350772


#350772 Border Color

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

This div border color is #350772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350772


Comments

No comments written yet.

Please login to write comment.