Color Hex Logo

#7481af Color Hex

#7481AF
(116,129,175)
0 Favorites   0 Comments

Color spaces of #7481af

RGB 116129175
HSL0.630.270.57
HSV227°34°69°
CMYK 0.340.260.00   0.31
XYZ22.790622.508743.7009
Yxy22.50870.25610.2529
Hunter Lab47.44332.7211-21.4027
CIE-Lab54.56266.4800-25.8679

#7481af color RGB value is (116,129,175).

#7481af hex color red value is 116, green value is 129 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7481af hue: 0.63 , saturation: 0.27 and the lightness value of 7481af is 0.57.

The process color (four color CMYK) of #7481af color hex is 0.34, 0.26, 0.00, 0.31. Web safe color of #7481af is #669999. Color #7481af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000001 10101111
Octal 164 201 257
Decimal 116 129 175
Hex 74 81 AF

RGB Percentages of Color #7481af

%27.62
%30.71
%41.67

CMYK Percentages of Color #7481af

%34
%26
%0
%31

Triadic Colors of #7481af

#7481af #af7481 #81af74

Analogous Colors of #7481af

#7481af #8574af #749faf

Monochromatic Colors of #7481af

#7481af

Complementary Color

#7481af #afa274

#7481af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7481af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7481af Color CSS Codes

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

#7481af Text Font Color

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

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


#7481af Background Color

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

This div background color is #7481af


#7481af Border Color

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

This div border color is #7481af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,129,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 #7481af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7481af


Comments

No comments written yet.

Please login to write comment.