Color Hex Logo

#1f00ae Color Hex

#1F00AE
(31,0,174)
0 Favorites   0 Comments

Color spaces of #1f00ae

RGB 310174
HSL0.701.000.34
HSV251°100°68°
CMYK 0.821.000.00   0.32
XYZ8.20513.347340.2580
Yxy3.34730.15840.0646
Hunter Lab18.295648.0351-117.6557
CIE-Lab21.384359.8401-79.0912

#1f00ae color RGB value is (31,0,174).

#1f00ae hex color red value is 31, green value is 0 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1f00ae hue: 0.70 , saturation: 1.00 and the lightness value of 1f00ae is 0.34.

The process color (four color CMYK) of #1f00ae color hex is 0.82, 1.00, 0.00, 0.32. Web safe color of #1f00ae is #330099. Color #1f00ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00000000 10101110
Octal 37 0 256
Decimal 31 0 174
Hex 1F 0 AE

RGB Percentages of Color #1f00ae

%15.12
%0.00
%84.88

CMYK Percentages of Color #1f00ae

%82
%100
%0
%32

Triadic Colors of #1f00ae

#1f00ae #ae1f00 #00ae1f

Analogous Colors of #1f00ae

#1f00ae #7600ae #0038ae

Monochromatic Colors of #1f00ae

#1f00ae

Complementary Color

#1f00ae #8fae00

#1f00ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f00ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f00ae Color CSS Codes

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

#1f00ae Text Font Color

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

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


#1f00ae Background Color

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

This div background color is #1f00ae


#1f00ae Border Color

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

This div border color is #1f00ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,0,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1f00ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1f00ae;
  -webkit-box-shadow: 1px 1px 3px 2px #1f00ae;
  box-shadow:         1px 1px 3px 2px #1f00ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,0,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 #1f00ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f00ae


Comments

No comments written yet.

Please login to write comment.