Color Hex Logo

#7c7cbe Color Hex

#7C7CBE
(124,124,190)
0 Favorites   0 Comments

Color spaces of #7c7cbe

RGB 124124190
HSL0.670.340.62
HSV240°35°75°
CMYK 0.350.350.00   0.25
XYZ24.814122.418151.7345
Yxy22.41810.25070.2265
Hunter Lab47.347810.6900-31.6398
CIE-Lab54.467815.8225-34.5680

#7c7cbe color RGB value is (124,124,190).

#7c7cbe hex color red value is 124, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7c7cbe hue: 0.67 , saturation: 0.34 and the lightness value of 7c7cbe is 0.62.

The process color (four color CMYK) of #7c7cbe color hex is 0.35, 0.35, 0.00, 0.25. Web safe color of #7c7cbe is #6666cc. Color #7c7cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01111100 10111110
Octal 174 174 276
Decimal 124 124 190
Hex 7C 7C BE

RGB Percentages of Color #7c7cbe

%28.31
%28.31
%43.38

CMYK Percentages of Color #7c7cbe

%35
%35
%0
%25

Triadic Colors of #7c7cbe

#7c7cbe #be7c7c #7cbe7c

Analogous Colors of #7c7cbe

#7c7cbe #9d7cbe #7c9dbe

Monochromatic Colors of #7c7cbe

#7c7cbe

Complementary Color

#7c7cbe #bebe7c

#7c7cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c7cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c7cbe Color CSS Codes

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

#7c7cbe Text Font Color

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

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


#7c7cbe Background Color

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

This div background color is #7c7cbe


#7c7cbe Border Color

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

This div border color is #7c7cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c7cbe


Comments

No comments written yet.

Please login to write comment.