Color Hex Logo

#4382ad Color Hex

#4382AD
(67,130,173)
0 Favorites   0 Comments

Color spaces of #4382ad

RGB 67130173
HSL0.570.440.47
HSV204°61°68°
CMYK 0.610.250.00   0.32
XYZ17.840220.175742.4892
Yxy20.17570.22160.2506
Hunter Lab44.9174-7.7091-24.6427
CIE-Lab52.0353-6.9759-28.8491

#4382ad color RGB value is (67,130,173).

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

The process color (four color CMYK) of #4382ad color hex is 0.61, 0.25, 0.00, 0.32. Web safe color of #4382ad is #339999. Color #4382ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000010 10101101
Octal 103 202 255
Decimal 67 130 173
Hex 43 82 AD

RGB Percentages of Color #4382ad

%18.11
%35.14
%46.76

CMYK Percentages of Color #4382ad

%61
%25
%0
%32

Triadic Colors of #4382ad

#4382ad #ad4382 #82ad43

Analogous Colors of #4382ad

#4382ad #434dad #43ada3

Monochromatic Colors of #4382ad

#4382ad

Complementary Color

#4382ad #ad6e43

#4382ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4382ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4382ad Color CSS Codes

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

#4382ad Text Font Color

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

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


#4382ad Background Color

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

This div background color is #4382ad


#4382ad Border Color

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

This div border color is #4382ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4382ad


Comments

No comments written yet.

Please login to write comment.