Color Hex Logo

#7e05db Color Hex

#7E05DB
(126,5,219)
0 Favorites   0 Comments

Color spaces of #7e05db

RGB 1265219
HSL0.760.960.44
HSV274°98°86°
CMYK 0.420.980.00   0.14
XYZ21.44469.658667.7519
Yxy9.65860.21690.0977
Hunter Lab31.078368.7813-107.4997
CIE-Lab37.222674.9819-78.9829

#7e05db color RGB value is (126,5,219).

#7e05db hex color red value is 126, green value is 5 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7e05db hue: 0.76 , saturation: 0.96 and the lightness value of 7e05db is 0.44.

The process color (four color CMYK) of #7e05db color hex is 0.42, 0.98, 0.00, 0.14. Web safe color of #7e05db is #6600cc. Color #7e05db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 00000101 11011011
Octal 176 5 333
Decimal 126 5 219
Hex 7E 5 DB

RGB Percentages of Color #7e05db

%36.00
%1.43
%62.57

CMYK Percentages of Color #7e05db

%42
%98
%0
%14

Triadic Colors of #7e05db

#7e05db #db7e05 #05db7e

Analogous Colors of #7e05db

#7e05db #db05cd #1305db

Monochromatic Colors of #7e05db

#7e05db

Complementary Color

#7e05db #62db05

#7e05db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e05db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e05db Color CSS Codes

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

#7e05db Text Font Color

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

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


#7e05db Background Color

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

This div background color is #7e05db


#7e05db Border Color

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

This div border color is #7e05db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e05db


Comments

No comments written yet.

Please login to write comment.