Color Hex Logo

#7555fe Color Hex

#7555FE
(117,85,254)
0 Favorites   0 Comments

Color spaces of #7555fe

RGB 11785254
HSL0.700.990.66
HSV251°67°100°
CMYK 0.540.670.00   0.00
XYZ28.474017.434795.6304
Yxy17.43470.20120.1232
Hunter Lab41.754948.6539-106.5623
CIE-Lab48.803255.2356-79.8027

#7555fe color RGB value is (117,85,254).

#7555fe hex color red value is 117, green value is 85 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7555fe hue: 0.70 , saturation: 0.99 and the lightness value of 7555fe is 0.66.

The process color (four color CMYK) of #7555fe color hex is 0.54, 0.67, 0.00, 0.00. Web safe color of #7555fe is #6666ff. Color #7555fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010101 11111110
Octal 165 125 376
Decimal 117 85 254
Hex 75 55 FE

RGB Percentages of Color #7555fe

%25.66
%18.64
%55.70

CMYK Percentages of Color #7555fe

%54
%67
%0
%0

Triadic Colors of #7555fe

#7555fe #fe7555 #55fe75

Analogous Colors of #7555fe

#7555fe #ca55fe #558afe

Monochromatic Colors of #7555fe

#7555fe

Complementary Color

#7555fe #defe55

#7555fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7555fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7555fe Color CSS Codes

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

#7555fe Text Font Color

<p style="color:#7555fe">Text here</p>

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


#7555fe Background Color

<div style="background-color:#7555fe">
Div content here</div>

This div background color is #7555fe


#7555fe Border Color

<div style="border:3px solid #7555fe">
Div here</div>

This div border color is #7555fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,85,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7555fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7555fe;
  -webkit-box-shadow: 1px 1px 3px 2px #7555fe;
  box-shadow:         1px 1px 3px 2px #7555fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7555fe


Comments

No comments written yet.

Please login to write comment.