Color Hex Logo

#7e1dca Color Hex

#7E1DCA
(126,29,202)
0 Favorites   0 Comments

Color spaces of #7e1dca

RGB 12629202
HSL0.760.750.45
HSV274°86°79°
CMYK 0.380.860.00   0.21
XYZ19.70429.578656.6874
Yxy9.57860.22920.1114
Hunter Lab30.949359.4826-86.9323
CIE-Lab37.075267.1491-69.3846

#7e1dca color RGB value is (126,29,202).

#7e1dca hex color red value is 126, green value is 29 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7e1dca hue: 0.76 , saturation: 0.75 and the lightness value of 7e1dca is 0.45.

The process color (four color CMYK) of #7e1dca color hex is 0.38, 0.86, 0.00, 0.21. Web safe color of #7e1dca is #6633cc. Color #7e1dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011101 11001010
Octal 176 35 312
Decimal 126 29 202
Hex 7E 1D CA

RGB Percentages of Color #7e1dca

%35.29
%8.12
%56.58

CMYK Percentages of Color #7e1dca

%38
%86
%0
%21

Triadic Colors of #7e1dca

#7e1dca #ca7e1d #1dca7e

Analogous Colors of #7e1dca

#7e1dca #ca1dc0 #271dca

Monochromatic Colors of #7e1dca

#7e1dca

Complementary Color

#7e1dca #69ca1d

#7e1dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1dca Color CSS Codes

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

#7e1dca Text Font Color

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

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


#7e1dca Background Color

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

This div background color is #7e1dca


#7e1dca Border Color

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

This div border color is #7e1dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1dca


Comments

No comments written yet.

Please login to write comment.