Color Hex Logo

#7d74cc Color Hex

#7D74CC
(125,116,204)
0 Favorites   0 Comments

Color spaces of #7d74cc

RGB 125116204
HSL0.680.460.63
HSV246°43°80°
CMYK 0.390.430.00   0.20
XYZ25.601921.210459.8714
Yxy21.21040.24000.1988
Hunter Lab46.054818.6326-44.8390
CIE-Lab53.179024.7245-44.5771

#7d74cc color RGB value is (125,116,204).

#7d74cc hex color red value is 125, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7d74cc hue: 0.68 , saturation: 0.46 and the lightness value of 7d74cc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110100 11001100
Octal 175 164 314
Decimal 125 116 204
Hex 7D 74 CC

RGB Percentages of Color #7d74cc

%28.09
%26.07
%45.84

CMYK Percentages of Color #7d74cc

%39
%43
%0
%20

Triadic Colors of #7d74cc

#7d74cc #cc7d74 #74cc7d

Analogous Colors of #7d74cc

#7d74cc #a974cc #7497cc

Monochromatic Colors of #7d74cc

#7d74cc

Complementary Color

#7d74cc #c3cc74

#7d74cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d74cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d74cc Color CSS Codes

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

#7d74cc Text Font Color

<p style="color:#7d74cc">Text here</p>

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


#7d74cc Background Color

<div style="background-color:#7d74cc">
Div content here</div>

This div background color is #7d74cc


#7d74cc Border Color

<div style="border:3px solid #7d74cc">
Div here</div>

This div border color is #7d74cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,116,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7d74cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7d74cc;
  -webkit-box-shadow: 1px 1px 3px 2px #7d74cc;
  box-shadow:         1px 1px 3px 2px #7d74cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d74cc


Comments

No comments written yet.

Please login to write comment.