Color Hex Logo

#7d76db Color Hex

#7D76DB
(125,118,219)
0 Favorites   0 Comments

Color spaces of #7d76db

RGB 125118219
HSL0.680.580.66
HSV244°46°86°
CMYK 0.430.460.00   0.14
XYZ27.722122.431369.8864
Yxy22.43130.23090.1869
Hunter Lab47.361721.5980-54.3345
CIE-Lab54.481727.7881-51.0005

#7d76db color RGB value is (125,118,219).

#7d76db hex color red value is 125, green value is 118 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7d76db hue: 0.68 , saturation: 0.58 and the lightness value of 7d76db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110110 11011011
Octal 175 166 333
Decimal 125 118 219
Hex 7D 76 DB

RGB Percentages of Color #7d76db

%27.06
%25.54
%47.40

CMYK Percentages of Color #7d76db

%43
%46
%0
%14

Triadic Colors of #7d76db

#7d76db #db7d76 #76db7d

Analogous Colors of #7d76db

#7d76db #b076db #76a2db

Monochromatic Colors of #7d76db

#7d76db

Complementary Color

#7d76db #d4db76

#7d76db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d76db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d76db Color CSS Codes

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

#7d76db Text Font Color

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

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


#7d76db Background Color

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

This div background color is #7d76db


#7d76db Border Color

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

This div border color is #7d76db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d76db


Comments

No comments written yet.

Please login to write comment.