Color Hex Logo

#4104ab Color Hex

#4104AB
(65,4,171)
0 Favorites   0 Comments

Color spaces of #4104ab

RGB 654171
HSL0.730.950.34
HSV262°98°67°
CMYK 0.620.980.00   0.33
XYZ9.57414.150938.8247
Yxy4.15090.18220.0790
Hunter Lab20.373848.2272-98.7228
CIE-Lab24.164259.5215-72.5742

#4104ab color RGB value is (65,4,171).

#4104ab hex color red value is 65, green value is 4 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4104ab hue: 0.73 , saturation: 0.95 and the lightness value of 4104ab is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00000100 10101011
Octal 101 4 253
Decimal 65 4 171
Hex 41 4 AB

RGB Percentages of Color #4104ab

%27.08
%1.67
%71.25

CMYK Percentages of Color #4104ab

%62
%98
%0
%33

Triadic Colors of #4104ab

#4104ab #ab4104 #04ab41

Analogous Colors of #4104ab

#4104ab #9504ab #041aab

Monochromatic Colors of #4104ab

#4104ab

Complementary Color

#4104ab #6eab04

#4104ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4104ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4104ab Color CSS Codes

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

#4104ab Text Font Color

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

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


#4104ab Background Color

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

This div background color is #4104ab


#4104ab Border Color

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

This div border color is #4104ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4104ab


Comments

No comments written yet.

Please login to write comment.