Color Hex Logo

#7c76dd Color Hex

#7C76DD
(124,118,221)
0 Favorites   0 Comments

Color spaces of #7c76dd

RGB 124118221
HSL0.680.600.66
HSV243°47°87°
CMYK 0.440.470.00   0.13
XYZ27.841822.462471.2749
Yxy22.46240.22900.1848
Hunter Lab47.394521.9190-55.9879
CIE-Lab54.514228.1243-52.0794

#7c76dd color RGB value is (124,118,221).

#7c76dd hex color red value is 124, green value is 118 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7c76dd hue: 0.68 , saturation: 0.60 and the lightness value of 7c76dd is 0.66.

The process color (four color CMYK) of #7c76dd color hex is 0.44, 0.47, 0.00, 0.13. Web safe color of #7c76dd is #6666cc. Color #7c76dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110110 11011101
Octal 174 166 335
Decimal 124 118 221
Hex 7C 76 DD

RGB Percentages of Color #7c76dd

%26.78
%25.49
%47.73

CMYK Percentages of Color #7c76dd

%44
%47
%0
%13

Triadic Colors of #7c76dd

#7c76dd #dd7c76 #76dd7c

Analogous Colors of #7c76dd

#7c76dd #b076dd #76a4dd

Monochromatic Colors of #7c76dd

#7c76dd

Complementary Color

#7c76dd #d7dd76

#7c76dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c76dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c76dd Color CSS Codes

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

#7c76dd Text Font Color

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

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


#7c76dd Background Color

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

This div background color is #7c76dd


#7c76dd Border Color

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

This div border color is #7c76dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,118,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c76dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c76dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7c76dd;
  box-shadow:         1px 1px 3px 2px #7c76dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,118,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c76dd


Comments

No comments written yet.

Please login to write comment.