Color Hex Logo

#035ad9 Color Hex

#035AD9
(3,90,217)
0 Favorites   0 Comments

Color spaces of #035ad9

RGB 390217
HSL0.600.970.43
HSV216°99°85°
CMYK 0.990.590.00   0.15
XYZ16.218112.341467.1730
Yxy12.34140.16940.1289
Hunter Lab35.130320.9274-88.7777
CIE-Lab41.753728.3878-70.6830

#035ad9 color RGB value is (3,90,217).

#035ad9 hex color red value is 3, green value is 90 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #035ad9 hue: 0.60 , saturation: 0.97 and the lightness value of 035ad9 is 0.43.

The process color (four color CMYK) of #035ad9 color hex is 0.99, 0.59, 0.00, 0.15. Web safe color of #035ad9 is #0066cc. Color #035ad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01011010 11011001
Octal 3 132 331
Decimal 3 90 217
Hex 3 5A D9

RGB Percentages of Color #035ad9

%0.97
%29.03
%70.00

CMYK Percentages of Color #035ad9

%99
%59
%0
%15

Triadic Colors of #035ad9

#035ad9 #d9035a #5ad903

Analogous Colors of #035ad9

#035ad9 #1703d9 #03c5d9

Monochromatic Colors of #035ad9

#035ad9

Complementary Color

#035ad9 #d98203

#035ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#035ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#035ad9 Color CSS Codes

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

#035ad9 Text Font Color

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

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


#035ad9 Background Color

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

This div background color is #035ad9


#035ad9 Border Color

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

This div border color is #035ad9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,90,217, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #035ad9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #035ad9;
  -webkit-box-shadow: 1px 1px 3px 2px #035ad9;
  box-shadow:         1px 1px 3px 2px #035ad9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,90,217, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #035ad9


Comments

No comments written yet.

Please login to write comment.