Color Hex Logo

#7558dc Color Hex

#7558DC
(117,88,220)
0 Favorites   0 Comments

Color spaces of #7558dc

RGB 11788220
HSL0.700.650.60
HSV253°60°86°
CMYK 0.470.600.00   0.14
XYZ23.744115.928769.5332
Yxy15.92870.21740.1459
Hunter Lab39.910836.3511-75.3585
CIE-Lab46.880843.8643-63.8143

#7558dc color RGB value is (117,88,220).

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

The process color (four color CMYK) of #7558dc color hex is 0.47, 0.60, 0.00, 0.14. Web safe color of #7558dc is #6666cc. Color #7558dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011000 11011100
Octal 165 130 334
Decimal 117 88 220
Hex 75 58 DC

RGB Percentages of Color #7558dc

%27.53
%20.71
%51.76

CMYK Percentages of Color #7558dc

%47
%60
%0
%14

Triadic Colors of #7558dc

#7558dc #dc7558 #58dc75

Analogous Colors of #7558dc

#7558dc #b758dc #587ddc

Monochromatic Colors of #7558dc

#7558dc

Complementary Color

#7558dc #bfdc58

#7558dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7558dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7558dc Color CSS Codes

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

#7558dc Text Font Color

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

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


#7558dc Background Color

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

This div background color is #7558dc


#7558dc Border Color

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

This div border color is #7558dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7558dc


Comments

No comments written yet.

Please login to write comment.