Color Hex Logo

#7454cb Color Hex

#7454CB
(116,84,203)
0 Favorites   0 Comments

Color spaces of #7454cb

RGB 11684203
HSL0.710.530.56
HSV256°59°80°
CMYK 0.430.590.00   0.20
XYZ21.152314.365458.1579
Yxy14.36540.22580.1534
Hunter Lab37.901733.2898-64.4457
CIE-Lab44.752541.1362-57.5274

#7454cb color RGB value is (116,84,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010100 11001011
Octal 164 124 313
Decimal 116 84 203
Hex 74 54 CB

RGB Percentages of Color #7454cb

%28.78
%20.84
%50.37

CMYK Percentages of Color #7454cb

%43
%59
%0
%20

Triadic Colors of #7454cb

#7454cb #cb7454 #54cb74

Analogous Colors of #7454cb

#7454cb #b054cb #5470cb

Monochromatic Colors of #7454cb

#7454cb

Complementary Color

#7454cb #abcb54

#7454cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7454cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7454cb Color CSS Codes

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

#7454cb Text Font Color

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

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


#7454cb Background Color

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

This div background color is #7454cb


#7454cb Border Color

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

This div border color is #7454cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7454cb


Comments

No comments written yet.

Please login to write comment.