Color Hex Logo

#311cac Color Hex

#311CAC
(49,28,172)
0 Favorites   0 Comments

Color spaces of #311cac

RGB 4928172
HSL0.690.720.39
HSV249°84°67°
CMYK 0.720.840.00   0.33
XYZ9.12834.462039.4099
Yxy4.46200.17220.0842
Hunter Lab21.123440.1711-95.8306
CIE-Lab25.143551.6319-71.5947

#311cac color RGB value is (49,28,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011100 10101100
Octal 61 34 254
Decimal 49 28 172
Hex 31 1C AC

RGB Percentages of Color #311cac

%19.68
%11.24
%69.08

CMYK Percentages of Color #311cac

%72
%84
%0
%33

Triadic Colors of #311cac

#311cac #ac311c #1cac31

Analogous Colors of #311cac

#311cac #791cac #1c4fac

Monochromatic Colors of #311cac

#311cac

Complementary Color

#311cac #97ac1c

#311cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#311cac Color CSS Codes

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

#311cac Text Font Color

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

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


#311cac Background Color

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

This div background color is #311cac


#311cac Border Color

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

This div border color is #311cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311cac


Comments

No comments written yet.

Please login to write comment.