Color Hex Logo

#7954dc Color Hex

#7954DC
(121,84,220)
0 Favorites   0 Comments

Color spaces of #7954dc

RGB 12184220
HSL0.710.660.60
HSV256°62°86°
CMYK 0.450.620.00   0.14
XYZ23.973715.572969.4525
Yxy15.57290.21990.1429
Hunter Lab39.462539.3804-76.7243
CIE-Lab46.409146.9093-64.5609

#7954dc color RGB value is (121,84,220).

#7954dc hex color red value is 121, green value is 84 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7954dc hue: 0.71 , saturation: 0.66 and the lightness value of 7954dc is 0.60.

The process color (four color CMYK) of #7954dc color hex is 0.45, 0.62, 0.00, 0.14. Web safe color of #7954dc is #6666cc. Color #7954dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010100 11011100
Octal 171 124 334
Decimal 121 84 220
Hex 79 54 DC

RGB Percentages of Color #7954dc

%28.47
%19.76
%51.76

CMYK Percentages of Color #7954dc

%45
%62
%0
%14

Triadic Colors of #7954dc

#7954dc #dc7954 #54dc79

Analogous Colors of #7954dc

#7954dc #bd54dc #5473dc

Monochromatic Colors of #7954dc

#7954dc

Complementary Color

#7954dc #b7dc54

#7954dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7954dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7954dc Color CSS Codes

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

#7954dc Text Font Color

<p style="color:#7954dc">Text here</p>

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


#7954dc Background Color

<div style="background-color:#7954dc">
Div content here</div>

This div background color is #7954dc


#7954dc Border Color

<div style="border:3px solid #7954dc">
Div here</div>

This div border color is #7954dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,84,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7954dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7954dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7954dc;
  box-shadow:         1px 1px 3px 2px #7954dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7954dc


Comments

No comments written yet.

Please login to write comment.