Color Hex Logo

#4354ad Color Hex

#4354AD
(67,84,173)
0 Favorites   0 Comments

Color spaces of #4354ad

RGB 6784173
HSL0.640.440.47
HSV230°61°68°
CMYK 0.610.510.00   0.32
XYZ13.027910.551140.8851
Yxy10.55110.20210.1637
Hunter Lab32.482514.7476-51.8896
CIE-Lab38.813921.5327-49.7818

#4354ad color RGB value is (67,84,173).

#4354ad hex color red value is 67, green value is 84 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4354ad hue: 0.64 , saturation: 0.44 and the lightness value of 4354ad is 0.47.

The process color (four color CMYK) of #4354ad color hex is 0.61, 0.51, 0.00, 0.32. Web safe color of #4354ad is #336699. Color #4354ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010100 10101101
Octal 103 124 255
Decimal 67 84 173
Hex 43 54 AD

RGB Percentages of Color #4354ad

%20.68
%25.93
%53.40

CMYK Percentages of Color #4354ad

%61
%51
%0
%32

Triadic Colors of #4354ad

#4354ad #ad4354 #54ad43

Analogous Colors of #4354ad

#4354ad #6743ad #4389ad

Monochromatic Colors of #4354ad

#4354ad

Complementary Color

#4354ad #ad9c43

#4354ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4354ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4354ad Color CSS Codes

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

#4354ad Text Font Color

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

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


#4354ad Background Color

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

This div background color is #4354ad


#4354ad Border Color

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

This div border color is #4354ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,84,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 #4354ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4354ad


Comments

No comments written yet.

Please login to write comment.