Color Hex Logo

#7581ef Color Hex

#7581EF
(117,129,239)
0 Favorites   0 Comments

Color spaces of #7581ef

RGB 117129239
HSL0.650.790.70
HSV234°51°94°
CMYK 0.510.460.00   0.06
XYZ30.766425.714485.0032
Yxy25.71440.21750.1817
Hunter Lab50.709419.5582-63.8902
CIE-Lab57.765025.3547-56.9761

#7581ef color RGB value is (117,129,239).

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

The process color (four color CMYK) of #7581ef color hex is 0.51, 0.46, 0.00, 0.06. Web safe color of #7581ef is #6699ff. Color #7581ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000001 11101111
Octal 165 201 357
Decimal 117 129 239
Hex 75 81 EF

RGB Percentages of Color #7581ef

%24.12
%26.60
%49.28

CMYK Percentages of Color #7581ef

%51
%46
%0
%6

Triadic Colors of #7581ef

#7581ef #ef7581 #81ef75

Analogous Colors of #7581ef

#7581ef #a675ef #75beef

Monochromatic Colors of #7581ef

#7581ef

Complementary Color

#7581ef #efe375

#7581ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7581ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7581ef Color CSS Codes

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

#7581ef Text Font Color

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

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


#7581ef Background Color

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

This div background color is #7581ef


#7581ef Border Color

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

This div border color is #7581ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7581ef


Comments

No comments written yet.

Please login to write comment.