Color Hex Logo

#7476ca Color Hex

#7476CA
(116,118,202)
0 Favorites   0 Comments

Color spaces of #7476ca

RGB 116118202
HSL0.660.450.62
HSV239°43°79°
CMYK 0.430.420.00   0.21
XYZ24.341620.934158.6349
Yxy20.93410.23430.2015
Hunter Lab45.753814.8951-43.9543
CIE-Lab52.877320.6369-43.9615

#7476ca color RGB value is (116,118,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 11001010
Octal 164 166 312
Decimal 116 118 202
Hex 74 76 CA

RGB Percentages of Color #7476ca

%26.61
%27.06
%46.33

CMYK Percentages of Color #7476ca

%43
%42
%0
%21

Triadic Colors of #7476ca

#7476ca #ca7476 #76ca74

Analogous Colors of #7476ca

#7476ca #9d74ca #74a1ca

Monochromatic Colors of #7476ca

#7476ca

Complementary Color

#7476ca #cac874

#7476ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7476ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7476ca Color CSS Codes

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

#7476ca Text Font Color

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

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


#7476ca Background Color

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

This div background color is #7476ca


#7476ca Border Color

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

This div border color is #7476ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7476ca


Comments

No comments written yet.

Please login to write comment.