Color Hex Logo

#7c81cb Color Hex

#7C81CB
(124,129,203)
0 Favorites   0 Comments

Color spaces of #7c81cb

RGB 124129203
HSL0.660.430.64
HSV236°39°80°
CMYK 0.390.360.00   0.20
XYZ26.941924.297459.7698
Yxy24.29740.24270.2189
Hunter Lab49.292411.3016-37.3878
CIE-Lab56.384316.4465-38.9579

#7c81cb color RGB value is (124,129,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000001 11001011
Octal 174 201 313
Decimal 124 129 203
Hex 7C 81 CB

RGB Percentages of Color #7c81cb

%27.19
%28.29
%44.52

CMYK Percentages of Color #7c81cb

%39
%36
%0
%20

Triadic Colors of #7c81cb

#7c81cb #cb7c81 #81cb7c

Analogous Colors of #7c81cb

#7c81cb #9f7ccb #7ca9cb

Monochromatic Colors of #7c81cb

#7c81cb

Complementary Color

#7c81cb #cbc67c

#7c81cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c81cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c81cb Color CSS Codes

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

#7c81cb Text Font Color

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

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


#7c81cb Background Color

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

This div background color is #7c81cb


#7c81cb Border Color

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

This div border color is #7c81cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c81cb


Comments

No comments written yet.

Please login to write comment.