Color Hex Logo

#311eac Color Hex

#311EAC
(49,30,172)
0 Favorites   0 Comments

Color spaces of #311eac

RGB 4930172
HSL0.690.700.40
HSV248°83°67°
CMYK 0.720.830.00   0.33
XYZ9.17734.560139.4262
Yxy4.56010.17260.0858
Hunter Lab21.354439.3423-94.5179
CIE-Lab25.442850.7506-71.0983

#311eac color RGB value is (49,30,172).

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

The process color (four color CMYK) of #311eac color hex is 0.72, 0.83, 0.00, 0.33. Web safe color of #311eac is #333399. Color #311eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011110 10101100
Octal 61 36 254
Decimal 49 30 172
Hex 31 1E AC

RGB Percentages of Color #311eac

%19.52
%11.95
%68.53

CMYK Percentages of Color #311eac

%72
%83
%0
%33

Triadic Colors of #311eac

#311eac #ac311e #1eac31

Analogous Colors of #311eac

#311eac #781eac #1e52ac

Monochromatic Colors of #311eac

#311eac

Complementary Color

#311eac #99ac1e

#311eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#311eac Color CSS Codes

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

#311eac Text Font Color

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

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


#311eac Background Color

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

This div background color is #311eac


#311eac Border Color

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

This div border color is #311eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311eac


Comments

No comments written yet.

Please login to write comment.