Color Hex Logo

#7c6eeb Color Hex

#7C6EEB
(124,110,235)
0 Favorites   0 Comments

Color spaces of #7c6eeb

RGB 124110235
HSL0.690.760.68
HSV247°53°92°
CMYK 0.470.530.00   0.08
XYZ28.883521.435181.2123
Yxy21.43510.21960.1630
Hunter Lab46.298130.3374-71.5931
CIE-Lab53.422436.9211-61.6839

#7c6eeb color RGB value is (124,110,235).

#7c6eeb hex color red value is 124, green value is 110 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7c6eeb hue: 0.69 , saturation: 0.76 and the lightness value of 7c6eeb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01101110 11101011
Octal 174 156 353
Decimal 124 110 235
Hex 7C 6E EB

RGB Percentages of Color #7c6eeb

%26.44
%23.45
%50.11

CMYK Percentages of Color #7c6eeb

%47
%53
%0
%8

Triadic Colors of #7c6eeb

#7c6eeb #eb7c6e #6eeb7c

Analogous Colors of #7c6eeb

#7c6eeb #bb6eeb #6e9feb

Monochromatic Colors of #7c6eeb

#7c6eeb

Complementary Color

#7c6eeb #ddeb6e

#7c6eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c6eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c6eeb Color CSS Codes

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

#7c6eeb Text Font Color

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

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


#7c6eeb Background Color

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

This div background color is #7c6eeb


#7c6eeb Border Color

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

This div border color is #7c6eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c6eeb


Comments

No comments written yet.

Please login to write comment.