Color Hex Logo

#7d89db Color Hex

#7D89DB
(125,137,219)
0 Favorites   0 Comments

Color spaces of #7d89db

RGB 125137219
HSL0.650.570.67
HSV232°43°86°
CMYK 0.430.370.00   0.14
XYZ30.189327.365870.7088
Yxy27.36580.23540.2134
Hunter Lab52.312311.4653-43.5216
CIE-Lab59.311416.5289-43.3474

#7d89db color RGB value is (125,137,219).

#7d89db hex color red value is 125, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7d89db hue: 0.65 , saturation: 0.57 and the lightness value of 7d89db is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10001001 11011011
Octal 175 211 333
Decimal 125 137 219
Hex 7D 89 DB

RGB Percentages of Color #7d89db

%25.99
%28.48
%45.53

CMYK Percentages of Color #7d89db

%43
%37
%0
%14

Triadic Colors of #7d89db

#7d89db #db7d89 #89db7d

Analogous Colors of #7d89db

#7d89db #a07ddb #7db8db

Monochromatic Colors of #7d89db

#7d89db

Complementary Color

#7d89db #dbcf7d

#7d89db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d89db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d89db Color CSS Codes

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

#7d89db Text Font Color

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

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


#7d89db Background Color

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

This div background color is #7d89db


#7d89db Border Color

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

This div border color is #7d89db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d89db


Comments

No comments written yet.

Please login to write comment.