Color Hex Logo

#7581db Color Hex

#7581DB
(117,129,219)
0 Favorites   0 Comments

Color spaces of #7581db

RGB 117129219
HSL0.650.590.66
HSV233°47°86°
CMYK 0.470.410.00   0.14
XYZ27.972624.596970.2912
Yxy24.59690.22770.2002
Hunter Lab49.595313.8854-49.3148
CIE-Lab56.680519.3059-47.5417

#7581db color RGB value is (117,129,219).

#7581db hex color red value is 117, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7581db hue: 0.65 , saturation: 0.59 and the lightness value of 7581db is 0.66.

The process color (four color CMYK) of #7581db color hex is 0.47, 0.41, 0.00, 0.14. Web safe color of #7581db is #6699cc. Color #7581db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000001 11011011
Octal 165 201 333
Decimal 117 129 219
Hex 75 81 DB

RGB Percentages of Color #7581db

%25.16
%27.74
%47.10

CMYK Percentages of Color #7581db

%47
%41
%0
%14

Triadic Colors of #7581db

#7581db #db7581 #81db75

Analogous Colors of #7581db

#7581db #9c75db #75b4db

Monochromatic Colors of #7581db

#7581db

Complementary Color

#7581db #dbcf75

#7581db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7581db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7581db Color CSS Codes

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

#7581db Text Font Color

<p style="color:#7581db">Text here</p>

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


#7581db Background Color

<div style="background-color:#7581db">
Div content here</div>

This div background color is #7581db


#7581db Border Color

<div style="border:3px solid #7581db">
Div here</div>

This div border color is #7581db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,129,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7581db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7581db;
  -webkit-box-shadow: 1px 1px 3px 2px #7581db;
  box-shadow:         1px 1px 3px 2px #7581db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,129,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7581db


Comments

No comments written yet.

Please login to write comment.