Color Hex Logo

#4856ad Color Hex

#4856AD
(72,86,173)
0 Favorites   0 Comments

Color spaces of #4856ad

RGB 7286173
HSL0.640.410.48
HSV232°58°68°
CMYK 0.580.500.00   0.32
XYZ13.543111.050440.9543
Yxy11.05040.20660.1686
Hunter Lab33.242114.5485-49.7757
CIE-Lab39.665221.2176-48.3953

#4856ad color RGB value is (72,86,173).

#4856ad hex color red value is 72, green value is 86 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4856ad hue: 0.64 , saturation: 0.41 and the lightness value of 4856ad is 0.48.

The process color (four color CMYK) of #4856ad color hex is 0.58, 0.50, 0.00, 0.32. Web safe color of #4856ad is #336699. Color #4856ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010110 10101101
Octal 110 126 255
Decimal 72 86 173
Hex 48 56 AD

RGB Percentages of Color #4856ad

%21.75
%25.98
%52.27

CMYK Percentages of Color #4856ad

%58
%50
%0
%32

Triadic Colors of #4856ad

#4856ad #ad4856 #56ad48

Analogous Colors of #4856ad

#4856ad #6d48ad #4889ad

Monochromatic Colors of #4856ad

#4856ad

Complementary Color

#4856ad #ad9f48

#4856ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4856ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4856ad Color CSS Codes

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

#4856ad Text Font Color

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

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


#4856ad Background Color

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

This div background color is #4856ad


#4856ad Border Color

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

This div border color is #4856ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,86,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4856ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4856ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4856ad;
  box-shadow:         1px 1px 3px 2px #4856ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,86,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4856ad


Comments

No comments written yet.

Please login to write comment.