Color Hex Logo

#4180af Color Hex

#4180AF
(65,128,175)
0 Favorites   0 Comments

Color spaces of #4180af

RGB 65128175
HSL0.570.460.47
HSV206°63°69°
CMYK 0.630.270.00   0.31
XYZ17.637019.657343.4221
Yxy19.65730.21850.2435
Hunter Lab44.3366-6.5820-27.0315
CIE-Lab51.4475-5.5335-30.9244

#4180af color RGB value is (65,128,175).

#4180af hex color red value is 65, green value is 128 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4180af hue: 0.57 , saturation: 0.46 and the lightness value of 4180af is 0.47.

The process color (four color CMYK) of #4180af color hex is 0.63, 0.27, 0.00, 0.31. Web safe color of #4180af is #339999. Color #4180af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10000000 10101111
Octal 101 200 257
Decimal 65 128 175
Hex 41 80 AF

RGB Percentages of Color #4180af

%17.66
%34.78
%47.55

CMYK Percentages of Color #4180af

%63
%27
%0
%31

Triadic Colors of #4180af

#4180af #af4180 #80af41

Analogous Colors of #4180af

#4180af #4149af #41afa7

Monochromatic Colors of #4180af

#4180af

Complementary Color

#4180af #af7041

#4180af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4180af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4180af Color CSS Codes

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

#4180af Text Font Color

<p style="color:#4180af">Text here</p>

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


#4180af Background Color

<div style="background-color:#4180af">
Div content here</div>

This div background color is #4180af


#4180af Border Color

<div style="border:3px solid #4180af">
Div here</div>

This div border color is #4180af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,128,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4180af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4180af;
  -webkit-box-shadow: 1px 1px 3px 2px #4180af;
  box-shadow:         1px 1px 3px 2px #4180af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4180af


Comments

No comments written yet.

Please login to write comment.