Color Hex Logo

#311daf Color Hex

#311DAF
(49,29,175)
0 Favorites   0 Comments

Color spaces of #311daf

RGB 4929175
HSL0.690.720.40
HSV248°83°69°
CMYK 0.720.830.00   0.31
XYZ9.44394.626840.9528
Yxy4.62680.17160.0841
Hunter Lab21.510040.7274-97.8250
CIE-Lab25.643952.0839-72.5682

#311daf color RGB value is (49,29,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011101 10101111
Octal 61 35 257
Decimal 49 29 175
Hex 31 1D AF

RGB Percentages of Color #311daf

%19.37
%11.46
%69.17

CMYK Percentages of Color #311daf

%72
%83
%0
%31

Triadic Colors of #311daf

#311daf #af311d #1daf31

Analogous Colors of #311daf

#311daf #7a1daf #1d52af

Monochromatic Colors of #311daf

#311daf

Complementary Color

#311daf #9baf1d

#311daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#311daf Color CSS Codes

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

#311daf Text Font Color

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

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


#311daf Background Color

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

This div background color is #311daf


#311daf Border Color

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

This div border color is #311daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,29,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311daf


Comments

No comments written yet.

Please login to write comment.