Color Hex Logo

#7584df Color Hex

#7584DF
(117,132,223)
0 Favorites   0 Comments

Color spaces of #7584df

RGB 117132223
HSL0.640.620.67
HSV232°48°87°
CMYK 0.480.410.00   0.13
XYZ28.906725.612173.2321
Yxy25.61210.22630.2005
Hunter Lab50.608413.3916-50.3688
CIE-Lab57.667018.7155-48.2187

#7584df color RGB value is (117,132,223).

#7584df hex color red value is 117, green value is 132 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7584df hue: 0.64 , saturation: 0.62 and the lightness value of 7584df is 0.67.

The process color (four color CMYK) of #7584df color hex is 0.48, 0.41, 0.00, 0.13. Web safe color of #7584df is #6699cc. Color #7584df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000100 11011111
Octal 165 204 337
Decimal 117 132 223
Hex 75 84 DF

RGB Percentages of Color #7584df

%24.79
%27.97
%47.25

CMYK Percentages of Color #7584df

%48
%41
%0
%13

Triadic Colors of #7584df

#7584df #df7584 #84df75

Analogous Colors of #7584df

#7584df #9b75df #75b9df

Monochromatic Colors of #7584df

#7584df

Complementary Color

#7584df #dfd075

#7584df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7584df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7584df Color CSS Codes

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

#7584df Text Font Color

<p style="color:#7584df">Text here</p>

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


#7584df Background Color

<div style="background-color:#7584df">
Div content here</div>

This div background color is #7584df


#7584df Border Color

<div style="border:3px solid #7584df">
Div here</div>

This div border color is #7584df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,132,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7584df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7584df;
  -webkit-box-shadow: 1px 1px 3px 2px #7584df;
  box-shadow:         1px 1px 3px 2px #7584df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7584df


Comments

No comments written yet.

Please login to write comment.