Color Hex Logo

#1e65ac Color Hex

#1E65AC
(30,101,172)
0 Favorites   0 Comments

Color spaces of #1e65ac

RGB 30101172
HSL0.580.700.40
HSV210°83°67°
CMYK 0.830.410.00   0.33
XYZ12.635512.561940.7885
Yxy12.56190.19150.1904
Hunter Lab35.44281.6112-43.4226
CIE-Lab42.09564.7727-44.0100

#1e65ac color RGB value is (30,101,172).

#1e65ac hex color red value is 30, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1e65ac hue: 0.58 , saturation: 0.70 and the lightness value of 1e65ac is 0.40.

The process color (four color CMYK) of #1e65ac color hex is 0.83, 0.41, 0.00, 0.33. Web safe color of #1e65ac is #336699. Color #1e65ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 01100101 10101100
Octal 36 145 254
Decimal 30 101 172
Hex 1E 65 AC

RGB Percentages of Color #1e65ac

%9.90
%33.33
%56.77

CMYK Percentages of Color #1e65ac

%83
%41
%0
%33

Triadic Colors of #1e65ac

#1e65ac #ac1e65 #65ac1e

Analogous Colors of #1e65ac

#1e65ac #1e1eac #1eacac

Monochromatic Colors of #1e65ac

#1e65ac

Complementary Color

#1e65ac #ac651e

#1e65ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e65ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e65ac Color CSS Codes

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

#1e65ac Text Font Color

<p style="color:#1e65ac">Text here</p>

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


#1e65ac Background Color

<div style="background-color:#1e65ac">
Div content here</div>

This div background color is #1e65ac


#1e65ac Border Color

<div style="border:3px solid #1e65ac">
Div here</div>

This div border color is #1e65ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,101,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1e65ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1e65ac;
  -webkit-box-shadow: 1px 1px 3px 2px #1e65ac;
  box-shadow:         1px 1px 3px 2px #1e65ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,101,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e65ac


Comments

No comments written yet.

Please login to write comment.