Color Hex Logo

#7177db Color Hex

#7177DB
(113,119,219)
0 Favorites   0 Comments

Color spaces of #7177db

RGB 113119219
HSL0.660.600.65
HSV237°48°86°
CMYK 0.480.460.00   0.14
XYZ26.193121.818869.8488
Yxy21.81880.22220.1851
Hunter Lab46.710618.3508-55.9620
CIE-Lab53.834224.3669-52.0858

#7177db color RGB value is (113,119,219).

#7177db hex color red value is 113, green value is 119 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7177db hue: 0.66 , saturation: 0.60 and the lightness value of 7177db is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110111 11011011
Octal 161 167 333
Decimal 113 119 219
Hex 71 77 DB

RGB Percentages of Color #7177db

%25.06
%26.39
%48.56

CMYK Percentages of Color #7177db

%48
%46
%0
%14

Triadic Colors of #7177db

#7177db #db7177 #77db71

Analogous Colors of #7177db

#7177db #a071db #71acdb

Monochromatic Colors of #7177db

#7177db

Complementary Color

#7177db #dbd571

#7177db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7177db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7177db Color CSS Codes

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

#7177db Text Font Color

<p style="color:#7177db">Text here</p>

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


#7177db Background Color

<div style="background-color:#7177db">
Div content here</div>

This div background color is #7177db


#7177db Border Color

<div style="border:3px solid #7177db">
Div here</div>

This div border color is #7177db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,119,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7177db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7177db;
  -webkit-box-shadow: 1px 1px 3px 2px #7177db;
  box-shadow:         1px 1px 3px 2px #7177db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,119,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 #7177db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7177db


Comments

No comments written yet.

Please login to write comment.