Color Hex Logo

#7e5fdb Color Hex

#7E5FDB
(126,95,219)
0 Favorites   0 Comments

Color spaces of #7e5fdb

RGB 12695219
HSL0.710.630.62
HSV255°57°86°
CMYK 0.420.570.00   0.14
XYZ25.482617.734569.0979
Yxy17.73450.22690.1579
Hunter Lab42.112334.3155-67.8043
CIE-Lab49.172541.4916-59.5029

#7e5fdb color RGB value is (126,95,219).

#7e5fdb hex color red value is 126, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7e5fdb hue: 0.71 , saturation: 0.63 and the lightness value of 7e5fdb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 01011111 11011011
Octal 176 137 333
Decimal 126 95 219
Hex 7E 5F DB

RGB Percentages of Color #7e5fdb

%28.64
%21.59
%49.77

CMYK Percentages of Color #7e5fdb

%42
%57
%0
%14

Triadic Colors of #7e5fdb

#7e5fdb #db7e5f #5fdb7e

Analogous Colors of #7e5fdb

#7e5fdb #bc5fdb #5f7edb

Monochromatic Colors of #7e5fdb

#7e5fdb

Complementary Color

#7e5fdb #bcdb5f

#7e5fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e5fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e5fdb Color CSS Codes

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

#7e5fdb Text Font Color

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

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


#7e5fdb Background Color

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

This div background color is #7e5fdb


#7e5fdb Border Color

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

This div border color is #7e5fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,95,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 #7e5fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e5fdb


Comments

No comments written yet.

Please login to write comment.