Color Hex Logo

#350aaf Color Hex

#350AAF
(53,10,175)
0 Favorites   0 Comments

Color spaces of #350aaf

RGB 5310175
HSL0.710.890.36
HSV256°94°69°
CMYK 0.700.940.00   0.31
XYZ9.31464.069140.8519
Yxy4.06910.17170.0750
Hunter Lab20.172047.1229-105.9524
CIE-Lab23.898658.5451-75.4588

#350aaf color RGB value is (53,10,175).

#350aaf hex color red value is 53, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #350aaf hue: 0.71 , saturation: 0.89 and the lightness value of 350aaf is 0.36.

The process color (four color CMYK) of #350aaf color hex is 0.70, 0.94, 0.00, 0.31. Web safe color of #350aaf is #330099. Color #350aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001010 10101111
Octal 65 12 257
Decimal 53 10 175
Hex 35 A AF

RGB Percentages of Color #350aaf

%22.27
%4.20
%73.53

CMYK Percentages of Color #350aaf

%70
%94
%0
%31

Triadic Colors of #350aaf

#350aaf #af350a #0aaf35

Analogous Colors of #350aaf

#350aaf #880aaf #0a32af

Monochromatic Colors of #350aaf

#350aaf

Complementary Color

#350aaf #84af0a

#350aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#350aaf Color CSS Codes

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

#350aaf Text Font Color

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

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


#350aaf Background Color

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

This div background color is #350aaf


#350aaf Border Color

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

This div border color is #350aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,10,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #350aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #350aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #350aaf;
  box-shadow:         1px 1px 3px 2px #350aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350aaf


Comments

No comments written yet.

Please login to write comment.