Color Hex Logo

#31238c Color Hex

#31238C
(49,35,140)
0 Favorites   0 Comments

Color spaces of #31238c

RGB 4935140
HSL0.690.600.34
HSV248°75°55°
CMYK 0.650.750.00   0.45
XYZ6.60133.748525.1865
Yxy3.74850.18580.1055
Hunter Lab19.361026.9792-63.5768
CIE-Lab22.821938.1902-55.8376

#31238c color RGB value is (49,35,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100011 10001100
Octal 61 43 214
Decimal 49 35 140
Hex 31 23 8C

RGB Percentages of Color #31238c

%21.88
%15.63
%62.50

CMYK Percentages of Color #31238c

%65
%75
%0
%45

Triadic Colors of #31238c

#31238c #8c3123 #238c31

Analogous Colors of #31238c

#31238c #66238c #234a8c

Monochromatic Colors of #31238c

#31238c

Complementary Color

#31238c #7e8c23

#31238c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31238c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31238c Color CSS Codes

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

#31238c Text Font Color

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

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


#31238c Background Color

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

This div background color is #31238c


#31238c Border Color

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

This div border color is #31238c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31238c


Comments

No comments written yet.

Please login to write comment.