Color Hex Logo

#350faf Color Hex

#350FAF
(53,15,175)
0 Favorites   0 Comments

Color spaces of #350faf

RGB 5315175
HSL0.710.840.37
HSV254°91°69°
CMYK 0.700.910.00   0.31
XYZ9.37694.193740.8727
Yxy4.19370.17220.0770
Hunter Lab20.478545.8958-104.0008
CIE-Lab24.301757.3202-74.7881

#350faf color RGB value is (53,15,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001111 10101111
Octal 65 17 257
Decimal 53 15 175
Hex 35 F AF

RGB Percentages of Color #350faf

%21.81
%6.17
%72.02

CMYK Percentages of Color #350faf

%70
%91
%0
%31

Triadic Colors of #350faf

#350faf #af350f #0faf35

Analogous Colors of #350faf

#350faf #850faf #0f39af

Monochromatic Colors of #350faf

#350faf

Complementary Color

#350faf #89af0f

#350faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#350faf Color CSS Codes

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

#350faf Text Font Color

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

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


#350faf Background Color

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

This div background color is #350faf


#350faf Border Color

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

This div border color is #350faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350faf


Comments

No comments written yet.

Please login to write comment.