Color Hex Logo

#350eaf Color Hex

#350EAF
(53,14,175)
0 Favorites   0 Comments

Color spaces of #350eaf

RGB 5314175
HSL0.710.850.37
HSV255°92°69°
CMYK 0.700.920.00   0.31
XYZ9.36314.166140.8681
Yxy4.16610.17210.0766
Hunter Lab20.411046.1636-104.4260
CIE-Lab24.213157.5887-74.9355

#350eaf color RGB value is (53,14,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001110 10101111
Octal 65 16 257
Decimal 53 14 175
Hex 35 E AF

RGB Percentages of Color #350eaf

%21.90
%5.79
%72.31

CMYK Percentages of Color #350eaf

%70
%92
%0
%31

Triadic Colors of #350eaf

#350eaf #af350e #0eaf35

Analogous Colors of #350eaf

#350eaf #860eaf #0e37af

Monochromatic Colors of #350eaf

#350eaf

Complementary Color

#350eaf #88af0e

#350eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#350eaf Color CSS Codes

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

#350eaf Text Font Color

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

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


#350eaf Background Color

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

This div background color is #350eaf


#350eaf Border Color

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

This div border color is #350eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350eaf


Comments

No comments written yet.

Please login to write comment.