Color Hex Logo

#4354ac Color Hex

#4354AC
(67,84,172)
0 Favorites   0 Comments

Color spaces of #4354ac

RGB 6784172
HSL0.640.440.47
HSV230°61°67°
CMYK 0.610.510.00   0.33
XYZ12.931510.512540.3773
Yxy10.51250.20260.1647
Hunter Lab32.423014.4523-51.1395
CIE-Lab38.747021.1838-49.2973

#4354ac color RGB value is (67,84,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 01010100 10101100
Octal 103 124 254
Decimal 67 84 172
Hex 43 54 AC

RGB Percentages of Color #4354ac

%20.74
%26.01
%53.25

CMYK Percentages of Color #4354ac

%61
%51
%0
%33

Triadic Colors of #4354ac

#4354ac #ac4354 #54ac43

Analogous Colors of #4354ac

#4354ac #6743ac #4389ac

Monochromatic Colors of #4354ac

#4354ac

Complementary Color

#4354ac #ac9b43

#4354ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4354ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4354ac Color CSS Codes

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

#4354ac Text Font Color

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

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


#4354ac Background Color

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

This div background color is #4354ac


#4354ac Border Color

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

This div border color is #4354ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,84,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4354ac


Comments

No comments written yet.

Please login to write comment.