Color Hex Logo

#7e1dbc Color Hex

#7E1DBC
(126,29,188)
0 Favorites   0 Comments

Color spaces of #7e1dbc

RGB 12629188
HSL0.770.730.43
HSV277°85°74°
CMYK 0.330.850.00   0.26
XYZ18.12068.945248.3485
Yxy8.94520.24030.1186
Hunter Lab29.908555.8074-74.9090
CIE-Lab35.878664.1572-63.1365

#7e1dbc color RGB value is (126,29,188).

#7e1dbc hex color red value is 126, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7e1dbc hue: 0.77 , saturation: 0.73 and the lightness value of 7e1dbc is 0.43.

The process color (four color CMYK) of #7e1dbc color hex is 0.33, 0.85, 0.00, 0.26. Web safe color of #7e1dbc is #6633cc. Color #7e1dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00011101 10111100
Octal 176 35 274
Decimal 126 29 188
Hex 7E 1D BC

RGB Percentages of Color #7e1dbc

%36.73
%8.45
%54.81

CMYK Percentages of Color #7e1dbc

%33
%85
%0
%26

Triadic Colors of #7e1dbc

#7e1dbc #bc7e1d #1dbc7e

Analogous Colors of #7e1dbc

#7e1dbc #bc1dab #2f1dbc

Monochromatic Colors of #7e1dbc

#7e1dbc

Complementary Color

#7e1dbc #5bbc1d

#7e1dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e1dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e1dbc Color CSS Codes

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

#7e1dbc Text Font Color

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

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


#7e1dbc Background Color

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

This div background color is #7e1dbc


#7e1dbc Border Color

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

This div border color is #7e1dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e1dbc


Comments

No comments written yet.

Please login to write comment.