Color Hex Logo

#7e7ceb Color Hex

#7E7CEB
(126,124,235)
0 Favorites   0 Comments

Color spaces of #7e7ceb

RGB 126124235
HSL0.670.740.70
HSV241°47°92°
CMYK 0.460.470.00   0.08
XYZ30.807224.849181.7699
Yxy24.84910.22420.1808
Hunter Lab49.848923.0796-62.3625
CIE-Lab56.928129.1135-56.0538

#7e7ceb color RGB value is (126,124,235).

#7e7ceb hex color red value is 126, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7e7ceb hue: 0.67 , saturation: 0.74 and the lightness value of 7e7ceb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01111100 11101011
Octal 176 174 353
Decimal 126 124 235
Hex 7E 7C EB

RGB Percentages of Color #7e7ceb

%25.98
%25.57
%48.45

CMYK Percentages of Color #7e7ceb

%46
%47
%0
%8

Triadic Colors of #7e7ceb

#7e7ceb #eb7e7c #7ceb7e

Analogous Colors of #7e7ceb

#7e7ceb #b67ceb #7cb2eb

Monochromatic Colors of #7e7ceb

#7e7ceb

Complementary Color

#7e7ceb #e9eb7c

#7e7ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e7ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e7ceb Color CSS Codes

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

#7e7ceb Text Font Color

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

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


#7e7ceb Background Color

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

This div background color is #7e7ceb


#7e7ceb Border Color

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

This div border color is #7e7ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e7ceb


Comments

No comments written yet.

Please login to write comment.