Color Hex Logo

#7586dd Color Hex

#7586DD
(117,134,221)
0 Favorites   0 Comments

Color spaces of #7586dd

RGB 117134221
HSL0.640.600.66
HSV230°47°87°
CMYK 0.470.390.00   0.13
XYZ28.912426.052671.9114
Yxy26.05260.22790.2053
Hunter Lab51.041711.7876-47.8029
CIE-Lab58.086916.9275-46.4349

#7586dd color RGB value is (117,134,221).

#7586dd hex color red value is 117, green value is 134 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7586dd hue: 0.64 , saturation: 0.60 and the lightness value of 7586dd is 0.66.

The process color (four color CMYK) of #7586dd color hex is 0.47, 0.39, 0.00, 0.13. Web safe color of #7586dd is #6699cc. Color #7586dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000110 11011101
Octal 165 206 335
Decimal 117 134 221
Hex 75 86 DD

RGB Percentages of Color #7586dd

%24.79
%28.39
%46.82

CMYK Percentages of Color #7586dd

%47
%39
%0
%13

Triadic Colors of #7586dd

#7586dd #dd7586 #86dd75

Analogous Colors of #7586dd

#7586dd #9875dd #75badd

Monochromatic Colors of #7586dd

#7586dd

Complementary Color

#7586dd #ddcc75

#7586dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7586dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7586dd Color CSS Codes

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

#7586dd Text Font Color

<p style="color:#7586dd">Text here</p>

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


#7586dd Background Color

<div style="background-color:#7586dd">
Div content here</div>

This div background color is #7586dd


#7586dd Border Color

<div style="border:3px solid #7586dd">
Div here</div>

This div border color is #7586dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,134,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7586dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7586dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7586dd;
  box-shadow:         1px 1px 3px 2px #7586dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7586dd


Comments

No comments written yet.

Please login to write comment.