Color Hex Logo

#7454ce Color Hex

#7454CE
(116,84,206)
0 Favorites   0 Comments

Color spaces of #7454ce

RGB 11684206
HSL0.710.550.57
HSV256°59°81°
CMYK 0.440.590.00   0.19
XYZ21.513414.509960.0593
Yxy14.50990.22390.1510
Hunter Lab38.091934.1519-66.8180
CIE-Lab44.955541.9756-58.9268

#7454ce color RGB value is (116,84,206).

#7454ce hex color red value is 116, green value is 84 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7454ce hue: 0.71 , saturation: 0.55 and the lightness value of 7454ce is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 11001110
Octal 164 124 316
Decimal 116 84 206
Hex 74 54 CE

RGB Percentages of Color #7454ce

%28.57
%20.69
%50.74

CMYK Percentages of Color #7454ce

%44
%59
%0
%19

Triadic Colors of #7454ce

#7454ce #ce7454 #54ce74

Analogous Colors of #7454ce

#7454ce #b154ce #5471ce

Monochromatic Colors of #7454ce

#7454ce

Complementary Color

#7454ce #aece54

#7454ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7454ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7454ce Color CSS Codes

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

#7454ce Text Font Color

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

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


#7454ce Background Color

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

This div background color is #7454ce


#7454ce Border Color

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

This div border color is #7454ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,84,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 #7454ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7454ce


Comments

No comments written yet.

Please login to write comment.