Color Hex Logo

#350fad Color Hex

#350FAD
(53,15,173)
0 Favorites   0 Comments

Color spaces of #350fad

RGB 5315173
HSL0.710.840.37
HSV254°91°68°
CMYK 0.690.910.00   0.32
XYZ9.18184.115739.8456
Yxy4.11570.17280.0774
Hunter Lab20.287245.2849-102.2491
CIE-Lab24.050356.7903-74.0029

#350fad color RGB value is (53,15,173).

#350fad hex color red value is 53, green value is 15 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #350fad hue: 0.71 , saturation: 0.84 and the lightness value of 350fad is 0.37.

The process color (four color CMYK) of #350fad color hex is 0.69, 0.91, 0.00, 0.32. Web safe color of #350fad is #330099. Color #350fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001111 10101101
Octal 65 17 255
Decimal 53 15 173
Hex 35 F AD

RGB Percentages of Color #350fad

%21.99
%6.22
%71.78

CMYK Percentages of Color #350fad

%69
%91
%0
%32

Triadic Colors of #350fad

#350fad #ad350f #0fad35

Analogous Colors of #350fad

#350fad #840fad #0f38ad

Monochromatic Colors of #350fad

#350fad

Complementary Color

#350fad #87ad0f

#350fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#350fad Color CSS Codes

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

#350fad Text Font Color

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

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


#350fad Background Color

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

This div background color is #350fad


#350fad Border Color

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

This div border color is #350fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350fad


Comments

No comments written yet.

Please login to write comment.