Color Hex Logo

#7c81dc Color Hex

#7C81DC
(124,129,220)
0 Favorites   0 Comments

Color spaces of #7c81dc

RGB 124129220
HSL0.660.580.67
HSV237°44°86°
CMYK 0.440.410.00   0.14
XYZ29.080725.152971.0324
Yxy25.15290.23220.2008
Hunter Lab50.152715.7349-48.8670
CIE-Lab57.224121.2979-47.2100

#7c81dc color RGB value is (124,129,220).

#7c81dc hex color red value is 124, green value is 129 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7c81dc hue: 0.66 , saturation: 0.58 and the lightness value of 7c81dc is 0.67.

The process color (four color CMYK) of #7c81dc color hex is 0.44, 0.41, 0.00, 0.14. Web safe color of #7c81dc is #6699cc. Color #7c81dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000001 11011100
Octal 174 201 334
Decimal 124 129 220
Hex 7C 81 DC

RGB Percentages of Color #7c81dc

%26.22
%27.27
%46.51

CMYK Percentages of Color #7c81dc

%44
%41
%0
%14

Triadic Colors of #7c81dc

#7c81dc #dc7c81 #81dc7c

Analogous Colors of #7c81dc

#7c81dc #a77cdc #7cb1dc

Monochromatic Colors of #7c81dc

#7c81dc

Complementary Color

#7c81dc #dcd77c

#7c81dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c81dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c81dc Color CSS Codes

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

#7c81dc Text Font Color

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

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


#7c81dc Background Color

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

This div background color is #7c81dc


#7c81dc Border Color

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

This div border color is #7c81dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,129,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 #7c81dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c81dc


Comments

No comments written yet.

Please login to write comment.