Color Hex Logo

#7454df Color Hex

#7454DF
(116,84,223)
0 Favorites   0 Comments

Color spaces of #7454df

RGB 11684223
HSL0.710.680.60
HSV254°62°87°
CMYK 0.480.620.00   0.13
XYZ23.692115.381471.5322
Yxy15.38140.21420.1391
Hunter Lab39.219139.1976-80.6863
CIE-Lab46.152246.7747-66.7053

#7454df color RGB value is (116,84,223).

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

The process color (four color CMYK) of #7454df color hex is 0.48, 0.62, 0.00, 0.13. Web safe color of #7454df is #6666cc. Color #7454df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 11011111
Octal 164 124 337
Decimal 116 84 223
Hex 74 54 DF

RGB Percentages of Color #7454df

%27.42
%19.86
%52.72

CMYK Percentages of Color #7454df

%48
%62
%0
%13

Triadic Colors of #7454df

#7454df #df7454 #54df74

Analogous Colors of #7454df

#7454df #ba54df #547adf

Monochromatic Colors of #7454df

#7454df

Complementary Color

#7454df #bfdf54

#7454df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7454df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7454df Color CSS Codes

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

#7454df Text Font Color

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

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


#7454df Background Color

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

This div background color is #7454df


#7454df Border Color

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

This div border color is #7454df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7454df


Comments

No comments written yet.

Please login to write comment.