Color Hex Logo

#7454bc Color Hex

#7454BC
(116,84,188)
0 Favorites   0 Comments

Color spaces of #7454bc

RGB 11684188
HSL0.720.440.53
HSV258°55°74°
CMYK 0.380.550.00   0.26
XYZ19.449913.684549.1932
Yxy13.68450.23630.1662
Hunter Lab36.992629.1145-52.9498
CIE-Lab43.777036.9835-50.4020

#7454bc color RGB value is (116,84,188).

#7454bc hex color red value is 116, green value is 84 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7454bc hue: 0.72 , saturation: 0.44 and the lightness value of 7454bc is 0.53.

The process color (four color CMYK) of #7454bc color hex is 0.38, 0.55, 0.00, 0.26. Web safe color of #7454bc is #6666cc. Color #7454bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 10111100
Octal 164 124 274
Decimal 116 84 188
Hex 74 54 BC

RGB Percentages of Color #7454bc

%29.90
%21.65
%48.45

CMYK Percentages of Color #7454bc

%38
%55
%0
%26

Triadic Colors of #7454bc

#7454bc #bc7454 #54bc74

Analogous Colors of #7454bc

#7454bc #a854bc #5468bc

Monochromatic Colors of #7454bc

#7454bc

Complementary Color

#7454bc #9cbc54

#7454bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7454bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7454bc Color CSS Codes

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

#7454bc Text Font Color

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

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


#7454bc Background Color

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

This div background color is #7454bc


#7454bc Border Color

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

This div border color is #7454bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7454bc


Comments

No comments written yet.

Please login to write comment.