Color Hex Logo

#7476ce Color Hex

#7476CE
(116,118,206)
0 Favorites   0 Comments

Color spaces of #7476ce

RGB 116118206
HSL0.660.480.63
HSV239°44°81°
CMYK 0.440.430.00   0.19
XYZ24.821521.126161.1620
Yxy21.12610.23170.1972
Hunter Lab45.963115.9600-46.7215
CIE-Lab53.087221.8051-45.9043

#7476ce color RGB value is (116,118,206).

#7476ce hex color red value is 116, green value is 118 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7476ce hue: 0.66 , saturation: 0.48 and the lightness value of 7476ce is 0.63.

The process color (four color CMYK) of #7476ce color hex is 0.44, 0.43, 0.00, 0.19. Web safe color of #7476ce is #6666cc. Color #7476ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 11001110
Octal 164 166 316
Decimal 116 118 206
Hex 74 76 CE

RGB Percentages of Color #7476ce

%26.36
%26.82
%46.82

CMYK Percentages of Color #7476ce

%44
%43
%0
%19

Triadic Colors of #7476ce

#7476ce #ce7476 #76ce74

Analogous Colors of #7476ce

#7476ce #9f74ce #74a3ce

Monochromatic Colors of #7476ce

#7476ce

Complementary Color

#7476ce #cecc74

#7476ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7476ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7476ce Color CSS Codes

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

#7476ce Text Font Color

<p style="color:#7476ce">Text here</p>

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


#7476ce Background Color

<div style="background-color:#7476ce">
Div content here</div>

This div background color is #7476ce


#7476ce Border Color

<div style="border:3px solid #7476ce">
Div here</div>

This div border color is #7476ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,118,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7476ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7476ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7476ce;
  box-shadow:         1px 1px 3px 2px #7476ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7476ce


Comments

No comments written yet.

Please login to write comment.