Color Hex Logo

#3103ab Color Hex

#3103AB
(49,3,171)
0 Favorites   0 Comments

Color spaces of #3103ab

RGB 493171
HSL0.710.970.34
HSV256°98°67°
CMYK 0.710.980.00   0.33
XYZ8.64993.658438.7783
Yxy3.65840.16930.0716
Hunter Lab19.126947.2520-106.8167
CIE-Lab22.508458.9182-75.3725

#3103ab color RGB value is (49,3,171).

#3103ab hex color red value is 49, green value is 3 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3103ab hue: 0.71 , saturation: 0.97 and the lightness value of 3103ab is 0.34.

The process color (four color CMYK) of #3103ab color hex is 0.71, 0.98, 0.00, 0.33. Web safe color of #3103ab is #330099. Color #3103ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00000011 10101011
Octal 61 3 253
Decimal 49 3 171
Hex 31 3 AB

RGB Percentages of Color #3103ab

%21.97
%1.35
%76.68

CMYK Percentages of Color #3103ab

%71
%98
%0
%33

Triadic Colors of #3103ab

#3103ab #ab3103 #03ab31

Analogous Colors of #3103ab

#3103ab #8503ab #0329ab

Monochromatic Colors of #3103ab

#3103ab

Complementary Color

#3103ab #7dab03

#3103ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3103ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3103ab Color CSS Codes

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

#3103ab Text Font Color

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

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


#3103ab Background Color

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

This div background color is #3103ab


#3103ab Border Color

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

This div border color is #3103ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3103ab


Comments

No comments written yet.

Please login to write comment.