Color Hex Logo

#7558df Color Hex

#7558DF
(117,88,223)
0 Favorites   0 Comments

Color spaces of #7558df

RGB 11788223
HSL0.700.680.61
HSV253°61°87°
CMYK 0.480.610.00   0.13
XYZ24.145116.089171.6450
Yxy16.08910.21580.1438
Hunter Lab40.111237.2541-77.8235
CIE-Lab47.091244.7204-65.1778

#7558df color RGB value is (117,88,223).

#7558df hex color red value is 117, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7558df hue: 0.70 , saturation: 0.68 and the lightness value of 7558df is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011000 11011111
Octal 165 130 337
Decimal 117 88 223
Hex 75 58 DF

RGB Percentages of Color #7558df

%27.34
%20.56
%52.10

CMYK Percentages of Color #7558df

%48
%61
%0
%13

Triadic Colors of #7558df

#7558df #df7558 #58df75

Analogous Colors of #7558df

#7558df #b958df #587fdf

Monochromatic Colors of #7558df

#7558df

Complementary Color

#7558df #c2df58

#7558df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7558df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7558df Color CSS Codes

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

#7558df Text Font Color

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

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


#7558df Background Color

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

This div background color is #7558df


#7558df Border Color

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

This div border color is #7558df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,88,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 #7558df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7558df


Comments

No comments written yet.

Please login to write comment.