Color Hex Logo

#4345ad Color Hex

#4345AD
(67,69,173)
0 Favorites   0 Comments

Color spaces of #4345ad

RGB 6769173
HSL0.660.440.47
HSV239°61°68°
CMYK 0.610.600.00   0.32
XYZ11.98578.466740.5377
Yxy8.46670.19650.1388
Hunter Lab29.097622.6058-62.2323
CIE-Lab34.936531.1791-56.0570

#4345ad color RGB value is (67,69,173).

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

The process color (four color CMYK) of #4345ad color hex is 0.61, 0.60, 0.00, 0.32. Web safe color of #4345ad is #333399. Color #4345ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000101 10101101
Octal 103 105 255
Decimal 67 69 173
Hex 43 45 AD

RGB Percentages of Color #4345ad

%21.68
%22.33
%55.99

CMYK Percentages of Color #4345ad

%61
%60
%0
%32

Triadic Colors of #4345ad

#4345ad #ad4345 #45ad43

Analogous Colors of #4345ad

#4345ad #7643ad #437aad

Monochromatic Colors of #4345ad

#4345ad

Complementary Color

#4345ad #adab43

#4345ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4345ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4345ad Color CSS Codes

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

#4345ad Text Font Color

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

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


#4345ad Background Color

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

This div background color is #4345ad


#4345ad Border Color

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

This div border color is #4345ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4345ad


Comments

No comments written yet.

Please login to write comment.