Color Hex Logo

#311cae Color Hex

#311CAE
(49,28,174)
0 Favorites   0 Comments

Color spaces of #311cae

RGB 4928174
HSL0.690.720.40
HSV249°84°68°
CMYK 0.720.840.00   0.32
XYZ9.32194.539540.4293
Yxy4.53950.17170.0836
Hunter Lab21.306140.8121-97.5912
CIE-Lab25.380352.2185-72.4049

#311cae color RGB value is (49,28,174).

#311cae hex color red value is 49, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #311cae hue: 0.69 , saturation: 0.72 and the lightness value of 311cae is 0.40.

The process color (four color CMYK) of #311cae color hex is 0.72, 0.84, 0.00, 0.32. Web safe color of #311cae is #333399. Color #311cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011100 10101110
Octal 61 34 256
Decimal 49 28 174
Hex 31 1C AE

RGB Percentages of Color #311cae

%19.52
%11.16
%69.32

CMYK Percentages of Color #311cae

%72
%84
%0
%32

Triadic Colors of #311cae

#311cae #ae311c #1cae31

Analogous Colors of #311cae

#311cae #7a1cae #1c50ae

Monochromatic Colors of #311cae

#311cae

Complementary Color

#311cae #99ae1c

#311cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#311cae Color CSS Codes

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

#311cae Text Font Color

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

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


#311cae Background Color

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

This div background color is #311cae


#311cae Border Color

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

This div border color is #311cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,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 #311cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311cae


Comments

No comments written yet.

Please login to write comment.