Color Hex Logo

#7e0cdd Color Hex

#7E0CDD
(126,12,221)
0 Favorites   0 Comments

Color spaces of #7e0cdd

RGB 12612221
HSL0.760.900.46
HSV273°95°87°
CMYK 0.430.950.00   0.13
XYZ21.78689.919069.1729
Yxy9.91900.21600.0983
Hunter Lab31.494468.3650-108.1756
CIE-Lab37.696774.5491-79.3510

#7e0cdd color RGB value is (126,12,221).

#7e0cdd hex color red value is 126, green value is 12 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7e0cdd hue: 0.76 , saturation: 0.90 and the lightness value of 7e0cdd is 0.46.

The process color (four color CMYK) of #7e0cdd color hex is 0.43, 0.95, 0.00, 0.13. Web safe color of #7e0cdd is #6600cc. Color #7e0cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00001100 11011101
Octal 176 14 335
Decimal 126 12 221
Hex 7E C DD

RGB Percentages of Color #7e0cdd

%35.10
%3.34
%61.56

CMYK Percentages of Color #7e0cdd

%43
%95
%0
%13

Triadic Colors of #7e0cdd

#7e0cdd #dd7e0c #0cdd7e

Analogous Colors of #7e0cdd

#7e0cdd #dd0cd4 #150cdd

Monochromatic Colors of #7e0cdd

#7e0cdd

Complementary Color

#7e0cdd #6bdd0c

#7e0cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e0cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e0cdd Color CSS Codes

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

#7e0cdd Text Font Color

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

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


#7e0cdd Background Color

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

This div background color is #7e0cdd


#7e0cdd Border Color

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

This div border color is #7e0cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e0cdd


Comments

No comments written yet.

Please login to write comment.