Color Hex Logo

#4385ab Color Hex

#4385AB
(67,133,171)
0 Favorites   0 Comments

Color spaces of #4385ab

RGB 67133171
HSL0.560.440.47
HSV202°61°67°
CMYK 0.610.220.00   0.33
XYZ18.053020.908641.6124
Yxy20.90860.22410.2595
Hunter Lab45.7259-9.5470-21.9481
CIE-Lab52.8493-9.3509-26.4333

#4385ab color RGB value is (67,133,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000011 10000101 10101011
Octal 103 205 253
Decimal 67 133 171
Hex 43 85 AB

RGB Percentages of Color #4385ab

%18.06
%35.85
%46.09

CMYK Percentages of Color #4385ab

%61
%22
%0
%33

Triadic Colors of #4385ab

#4385ab #ab4385 #85ab43

Analogous Colors of #4385ab

#4385ab #4351ab #43ab9d

Monochromatic Colors of #4385ab

#4385ab

Complementary Color

#4385ab #ab6943

#4385ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4385ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4385ab Color CSS Codes

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

#4385ab Text Font Color

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

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


#4385ab Background Color

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

This div background color is #4385ab


#4385ab Border Color

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

This div border color is #4385ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4385ab


Comments

No comments written yet.

Please login to write comment.