Color Hex Logo

#4380ab Color Hex

#4380AB
(67,128,171)
0 Favorites   0 Comments

Color spaces of #4380ab

RGB 67128171
HSL0.570.440.47
HSV205°61°67°
CMYK 0.610.250.00   0.33
XYZ17.384619.571941.3896
Yxy19.57190.22190.2498
Hunter Lab44.2401-7.2769-24.5016
CIE-Lab51.3497-6.4788-28.7594

#4380ab color RGB value is (67,128,171).

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

The process color (four color CMYK) of #4380ab color hex is 0.61, 0.25, 0.00, 0.33. Web safe color of #4380ab is #339999. Color #4380ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000000 10101011
Octal 103 200 253
Decimal 67 128 171
Hex 43 80 AB

RGB Percentages of Color #4380ab

%18.31
%34.97
%46.72

CMYK Percentages of Color #4380ab

%61
%25
%0
%33

Triadic Colors of #4380ab

#4380ab #ab4380 #80ab43

Analogous Colors of #4380ab

#4380ab #434cab #43aba2

Monochromatic Colors of #4380ab

#4380ab

Complementary Color

#4380ab #ab6e43

#4380ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4380ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4380ab Color CSS Codes

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

#4380ab Text Font Color

<p style="color:#4380ab">Text here</p>

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


#4380ab Background Color

<div style="background-color:#4380ab">
Div content here</div>

This div background color is #4380ab


#4380ab Border Color

<div style="border:3px solid #4380ab">
Div here</div>

This div border color is #4380ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,128,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4380ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4380ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4380ab;
  box-shadow:         1px 1px 3px 2px #4380ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4380ab


Comments

No comments written yet.

Please login to write comment.