Color Hex Logo

#7556fb Color Hex

#7556FB
(117,86,251)
0 Favorites   0 Comments

Color spaces of #7556fb

RGB 11786251
HSL0.700.950.66
HSV251°66°98°
CMYK 0.530.660.00   0.02
XYZ28.076517.402593.1460
Yxy17.40250.20250.1255
Hunter Lab41.716347.1331-103.1839
CIE-Lab48.763253.8435-78.1983

#7556fb color RGB value is (117,86,251).

#7556fb hex color red value is 117, green value is 86 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7556fb hue: 0.70 , saturation: 0.95 and the lightness value of 7556fb is 0.66.

The process color (four color CMYK) of #7556fb color hex is 0.53, 0.66, 0.00, 0.02. Web safe color of #7556fb is #6666ff. Color #7556fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010110 11111011
Octal 165 126 373
Decimal 117 86 251
Hex 75 56 FB

RGB Percentages of Color #7556fb

%25.77
%18.94
%55.29

CMYK Percentages of Color #7556fb

%53
%66
%0
%2

Triadic Colors of #7556fb

#7556fb #fb7556 #56fb75

Analogous Colors of #7556fb

#7556fb #c856fb #568afb

Monochromatic Colors of #7556fb

#7556fb

Complementary Color

#7556fb #dcfb56

#7556fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7556fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7556fb Color CSS Codes

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

#7556fb Text Font Color

<p style="color:#7556fb">Text here</p>

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


#7556fb Background Color

<div style="background-color:#7556fb">
Div content here</div>

This div background color is #7556fb


#7556fb Border Color

<div style="border:3px solid #7556fb">
Div here</div>

This div border color is #7556fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,86,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7556fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7556fb;
  -webkit-box-shadow: 1px 1px 3px 2px #7556fb;
  box-shadow:         1px 1px 3px 2px #7556fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7556fb


Comments

No comments written yet.

Please login to write comment.