Color Hex Logo

#312358 Color Hex

#312358
(49,35,88)
0 Favorites   0 Comments

Color spaces of #312358

RGB 493588
HSL0.710.430.24
HSV256°60°35°
CMYK 0.440.600.00   0.65
XYZ3.62912.55969.5353
Yxy2.55960.23080.1628
Hunter Lab15.998712.4925-24.1379
CIE-Lab18.186021.0134-29.8739

#312358 color RGB value is (49,35,88).

#312358 hex color red value is 49, green value is 35 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #312358 hue: 0.71 , saturation: 0.43 and the lightness value of 312358 is 0.24.

The process color (four color CMYK) of #312358 color hex is 0.44, 0.60, 0.00, 0.65. Web safe color of #312358 is #333366. Color #312358 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100011 01011000
Octal 61 43 130
Decimal 49 35 88
Hex 31 23 58

RGB Percentages of Color #312358

%28.49
%20.35
%51.16

CMYK Percentages of Color #312358

%44
%60
%0
%65

Triadic Colors of #312358

#312358 #583123 #235831

Analogous Colors of #312358

#312358 #4c2358 #233058

Monochromatic Colors of #312358

#312358

Complementary Color

#312358 #4a5823

#312358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#312358 Color CSS Codes

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

#312358 Text Font Color

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

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


#312358 Background Color

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

This div background color is #312358


#312358 Border Color

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

This div border color is #312358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312358


Comments

No comments written yet.

Please login to write comment.