Color Hex Logo

#7576dd Color Hex

#7576DD
(117,118,221)
0 Favorites   0 Comments

Color spaces of #7576dd

RGB 117118221
HSL0.670.600.66
HSV239°47°87°
CMYK 0.470.470.00   0.13
XYZ26.865721.959271.2292
Yxy21.95920.22380.1829
Hunter Lab46.860620.3298-57.3196
CIE-Lab53.983726.4842-52.9570

#7576dd color RGB value is (117,118,221).

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

The process color (four color CMYK) of #7576dd color hex is 0.47, 0.47, 0.00, 0.13. Web safe color of #7576dd is #6666cc. Color #7576dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110110 11011101
Octal 165 166 335
Decimal 117 118 221
Hex 75 76 DD

RGB Percentages of Color #7576dd

%25.66
%25.88
%48.46

CMYK Percentages of Color #7576dd

%47
%47
%0
%13

Triadic Colors of #7576dd

#7576dd #dd7576 #76dd75

Analogous Colors of #7576dd

#7576dd #a875dd #75aadd

Monochromatic Colors of #7576dd

#7576dd

Complementary Color

#7576dd #dddc75

#7576dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7576dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7576dd Color CSS Codes

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

#7576dd Text Font Color

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

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


#7576dd Background Color

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

This div background color is #7576dd


#7576dd Border Color

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

This div border color is #7576dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7576dd


Comments

No comments written yet.

Please login to write comment.