Color Hex Logo

#7576ff Color Hex

#7576FF
(117,118,255)
0 Favorites   0 Comments

Color spaces of #7576ff

RGB 117118255
HSL0.671.000.73
HSV240°54°100°
CMYK 0.540.540.00   0.00
XYZ31.864623.958897.5528
Yxy23.95880.20780.1562
Hunter Lab48.947730.5436-83.9015
CIE-Lab56.046536.7988-68.5890

#7576ff color RGB value is (117,118,255).

#7576ff hex color red value is 117, green value is 118 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7576ff hue: 0.67 , saturation: 1.00 and the lightness value of 7576ff is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110110 11111111
Octal 165 166 377
Decimal 117 118 255
Hex 75 76 FF

RGB Percentages of Color #7576ff

%23.88
%24.08
%52.04

CMYK Percentages of Color #7576ff

%54
%54
%0
%0

Triadic Colors of #7576ff

#7576ff #ff7576 #76ff75

Analogous Colors of #7576ff

#7576ff #b975ff #75bbff

Monochromatic Colors of #7576ff

#7576ff

Complementary Color

#7576ff #fffe75

#7576ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7576ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7576ff Color CSS Codes

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

#7576ff Text Font Color

<p style="color:#7576ff">Text here</p>

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


#7576ff Background Color

<div style="background-color:#7576ff">
Div content here</div>

This div background color is #7576ff


#7576ff Border Color

<div style="border:3px solid #7576ff">
Div here</div>

This div border color is #7576ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,118,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7576ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7576ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7576ff;
  box-shadow:         1px 1px 3px 2px #7576ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7576ff

Related Colors


Comments

No comments written yet.

Please login to write comment.