Color Hex Logo

#7c8cea Color Hex

#7C8CEA
(124,140,234)
0 Favorites   0 Comments

Color spaces of #7c8cea

RGB 124140234
HSL0.640.720.70
HSV231°47°92°
CMYK 0.470.400.00   0.08
XYZ32.541528.981881.7208
Yxy28.98180.22720.2023
Hunter Lab53.834713.6871-52.3175
CIE-Lab60.765618.9005-49.4011

#7c8cea color RGB value is (124,140,234).

#7c8cea hex color red value is 124, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7c8cea hue: 0.64 , saturation: 0.72 and the lightness value of 7c8cea is 0.70.

The process color (four color CMYK) of #7c8cea color hex is 0.47, 0.40, 0.00, 0.08. Web safe color of #7c8cea is #6699ff. Color #7c8cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10001100 11101010
Octal 174 214 352
Decimal 124 140 234
Hex 7C 8C EA

RGB Percentages of Color #7c8cea

%24.90
%28.11
%46.99

CMYK Percentages of Color #7c8cea

%47
%40
%0
%8

Triadic Colors of #7c8cea

#7c8cea #ea7c8c #8cea7c

Analogous Colors of #7c8cea

#7c8cea #a37cea #7cc3ea

Monochromatic Colors of #7c8cea

#7c8cea

Complementary Color

#7c8cea #eada7c

#7c8cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8cea Color CSS Codes

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

#7c8cea Text Font Color

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

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


#7c8cea Background Color

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

This div background color is #7c8cea


#7c8cea Border Color

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

This div border color is #7c8cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8cea


Comments

No comments written yet.

Please login to write comment.