Color Hex Logo

#31218c Color Hex

#31218C
(49,33,140)
0 Favorites   0 Comments

Color spaces of #31218c

RGB 4933140
HSL0.690.620.34
HSV249°76°55°
CMYK 0.650.760.00   0.45
XYZ6.54413.634125.1675
Yxy3.63410.18510.1028
Hunter Lab19.063327.9151-64.9307
CIE-Lab22.422939.3148-56.4947

#31218c color RGB value is (49,33,140).

#31218c hex color red value is 49, green value is 33 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #31218c hue: 0.69 , saturation: 0.62 and the lightness value of 31218c is 0.34.

The process color (four color CMYK) of #31218c color hex is 0.65, 0.76, 0.00, 0.45. Web safe color of #31218c is #333399. Color #31218c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100001 10001100
Octal 61 41 214
Decimal 49 33 140
Hex 31 21 8C

RGB Percentages of Color #31218c

%22.07
%14.86
%63.06

CMYK Percentages of Color #31218c

%65
%76
%0
%45

Triadic Colors of #31218c

#31218c #8c3121 #218c31

Analogous Colors of #31218c

#31218c #67218c #21468c

Monochromatic Colors of #31218c

#31218c

Complementary Color

#31218c #7c8c21

#31218c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31218c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31218c Color CSS Codes

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

#31218c Text Font Color

<p style="color:#31218c">Text here</p>

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


#31218c Background Color

<div style="background-color:#31218c">
Div content here</div>

This div background color is #31218c


#31218c Border Color

<div style="border:3px solid #31218c">
Div here</div>

This div border color is #31218c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,33,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31218c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31218c;
  -webkit-box-shadow: 1px 1px 3px 2px #31218c;
  box-shadow:         1px 1px 3px 2px #31218c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31218c


Comments

No comments written yet.

Please login to write comment.