Color Hex Logo

#310cab Color Hex

#310CAB
(49,12,171)
0 Favorites   0 Comments

Color spaces of #310cab

RGB 4912171
HSL0.710.870.36
HSV254°93°67°
CMYK 0.710.930.00   0.33
XYZ8.74883.856238.8113
Yxy3.85620.17020.0750
Hunter Lab19.637245.1605-103.4357
CIE-Lab23.190256.8330-74.2371

#310cab color RGB value is (49,12,171).

#310cab hex color red value is 49, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #310cab hue: 0.71 , saturation: 0.87 and the lightness value of 310cab is 0.36.

The process color (four color CMYK) of #310cab color hex is 0.71, 0.93, 0.00, 0.33. Web safe color of #310cab is #330099. Color #310cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00001100 10101011
Octal 61 14 253
Decimal 49 12 171
Hex 31 C AB

RGB Percentages of Color #310cab

%21.12
%5.17
%73.71

CMYK Percentages of Color #310cab

%71
%93
%0
%33

Triadic Colors of #310cab

#310cab #ab310c #0cab31

Analogous Colors of #310cab

#310cab #810cab #0c36ab

Monochromatic Colors of #310cab

#310cab

Complementary Color

#310cab #86ab0c

#310cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#310cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#310cab Color CSS Codes

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

#310cab Text Font Color

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

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


#310cab Background Color

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

This div background color is #310cab


#310cab Border Color

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

This div border color is #310cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,12,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #310cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #310cab;
  -webkit-box-shadow: 1px 1px 3px 2px #310cab;
  box-shadow:         1px 1px 3px 2px #310cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #310cab


Comments

No comments written yet.

Please login to write comment.