Color Hex Logo

#7e6ced Color Hex

#7E6CED
(126,108,237)
0 Favorites   0 Comments

Color spaces of #7e6ced

RGB 126108237
HSL0.690.780.68
HSV248°54°93°
CMYK 0.470.540.00   0.07
XYZ29.252821.275282.6855
Yxy21.27520.21960.1597
Hunter Lab46.125032.4870-73.9980
CIE-Lab53.249439.0936-63.0724

#7e6ced color RGB value is (126,108,237).

#7e6ced hex color red value is 126, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7e6ced hue: 0.69 , saturation: 0.78 and the lightness value of 7e6ced is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01101100 11101101
Octal 176 154 355
Decimal 126 108 237
Hex 7E 6C ED

RGB Percentages of Color #7e6ced

%26.75
%22.93
%50.32

CMYK Percentages of Color #7e6ced

%47
%54
%0
%7

Triadic Colors of #7e6ced

#7e6ced #ed7e6c #6ced7e

Analogous Colors of #7e6ced

#7e6ced #bf6ced #6c9bed

Monochromatic Colors of #7e6ced

#7e6ced

Complementary Color

#7e6ced #dbed6c

#7e6ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e6ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e6ced Color CSS Codes

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

#7e6ced Text Font Color

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

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


#7e6ced Background Color

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

This div background color is #7e6ced


#7e6ced Border Color

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

This div border color is #7e6ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e6ced


Comments

No comments written yet.

Please login to write comment.