Color Hex Logo

#7584fc Color Hex

#7584FC
(117,132,252)
0 Favorites   0 Comments

Color spaces of #7584fc

RGB 117132252
HSL0.650.960.72
HSV233°54°99°
CMYK 0.540.480.00   0.01
XYZ33.158127.312795.6197
Yxy27.31270.21240.1750
Hunter Lab52.261621.7942-71.8961
CIE-Lab59.262727.5740-61.7619

#7584fc color RGB value is (117,132,252).

#7584fc hex color red value is 117, green value is 132 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7584fc hue: 0.65 , saturation: 0.96 and the lightness value of 7584fc is 0.72.

The process color (four color CMYK) of #7584fc color hex is 0.54, 0.48, 0.00, 0.01. Web safe color of #7584fc is #6699ff. Color #7584fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000100 11111100
Octal 165 204 374
Decimal 117 132 252
Hex 75 84 FC

RGB Percentages of Color #7584fc

%23.35
%26.35
%50.30

CMYK Percentages of Color #7584fc

%54
%48
%0
%1

Triadic Colors of #7584fc

#7584fc #fc7584 #84fc75

Analogous Colors of #7584fc

#7584fc #aa75fc #75c8fc

Monochromatic Colors of #7584fc

#7584fc

Complementary Color

#7584fc #fced75

#7584fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7584fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7584fc Color CSS Codes

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

#7584fc Text Font Color

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

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


#7584fc Background Color

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

This div background color is #7584fc


#7584fc Border Color

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

This div border color is #7584fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7584fc


Comments

No comments written yet.

Please login to write comment.