Color Hex Logo

#7282db Color Hex

#7282DB
(114,130,219)
0 Favorites   0 Comments

Color spaces of #7282db

RGB 114130219
HSL0.640.590.65
HSV231°48°86°
CMYK 0.480.410.00   0.14
XYZ27.708224.657170.3168
Yxy24.65710.22590.2010
Hunter Lab49.655912.7059-49.2003
CIE-Lab56.739817.9994-47.4606

#7282db color RGB value is (114,130,219).

#7282db hex color red value is 114, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7282db hue: 0.64 , saturation: 0.59 and the lightness value of 7282db is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000010 11011011
Octal 162 202 333
Decimal 114 130 219
Hex 72 82 DB

RGB Percentages of Color #7282db

%24.62
%28.08
%47.30

CMYK Percentages of Color #7282db

%48
%41
%0
%14

Triadic Colors of #7282db

#7282db #db7282 #82db72

Analogous Colors of #7282db

#7282db #9772db #72b7db

Monochromatic Colors of #7282db

#7282db

Complementary Color

#7282db #dbcb72

#7282db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7282db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7282db Color CSS Codes

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

#7282db Text Font Color

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

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


#7282db Background Color

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

This div background color is #7282db


#7282db Border Color

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

This div border color is #7282db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7282db


Comments

No comments written yet.

Please login to write comment.