Color Hex Logo

#071cae Color Hex

#071CAE
(7,28,174)
0 Favorites   0 Comments

Color spaces of #071cae

RGB 728174
HSL0.650.920.35
HSV232°96°68°
CMYK 0.960.840.00   0.32
XYZ8.14293.931740.3741
Yxy3.93170.15530.0750
Hunter Lab19.828538.6040-106.8442
CIE-Lab23.444350.4009-75.6773

#071cae color RGB value is (7,28,174).

#071cae hex color red value is 7, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #071cae hue: 0.65 , saturation: 0.92 and the lightness value of 071cae is 0.35.

The process color (four color CMYK) of #071cae color hex is 0.96, 0.84, 0.00, 0.32. Web safe color of #071cae is #003399. Color #071cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011100 10101110
Octal 7 34 256
Decimal 7 28 174
Hex 7 1C AE

RGB Percentages of Color #071cae

%3.35
%13.40
%83.25

CMYK Percentages of Color #071cae

%96
%84
%0
%32

Triadic Colors of #071cae

#071cae #ae071c #1cae07

Analogous Colors of #071cae

#071cae #4507ae #0770ae

Monochromatic Colors of #071cae

#071cae

Complementary Color

#071cae #ae9907

#071cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#071cae Color CSS Codes

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

#071cae Text Font Color

<p style="color:#071cae">Text here</p>

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


#071cae Background Color

<div style="background-color:#071cae">
Div content here</div>

This div background color is #071cae


#071cae Border Color

<div style="border:3px solid #071cae">
Div here</div>

This div border color is #071cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,28,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #071cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #071cae;
  -webkit-box-shadow: 1px 1px 3px 2px #071cae;
  box-shadow:         1px 1px 3px 2px #071cae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,28,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071cae


Comments

No comments written yet.

Please login to write comment.