Color Hex Logo

#7289dd Color Hex

#7289DD
(114,137,221)
0 Favorites   0 Comments

Color spaces of #7289dd

RGB 114137221
HSL0.630.610.66
HSV227°48°87°
CMYK 0.480.380.00   0.13
XYZ28.936226.689272.0330
Yxy26.68920.22670.2091
Hunter Lab51.66169.5719-46.5064
CIE-Lab58.685514.4396-45.5010

#7289dd color RGB value is (114,137,221).

#7289dd hex color red value is 114, green value is 137 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7289dd hue: 0.63 , saturation: 0.61 and the lightness value of 7289dd is 0.66.

The process color (four color CMYK) of #7289dd color hex is 0.48, 0.38, 0.00, 0.13. Web safe color of #7289dd is #6699cc. Color #7289dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001001 11011101
Octal 162 211 335
Decimal 114 137 221
Hex 72 89 DD

RGB Percentages of Color #7289dd

%24.15
%29.03
%46.82

CMYK Percentages of Color #7289dd

%48
%38
%0
%13

Triadic Colors of #7289dd

#7289dd #dd7289 #89dd72

Analogous Colors of #7289dd

#7289dd #9172dd #72bfdd

Monochromatic Colors of #7289dd

#7289dd

Complementary Color

#7289dd #ddc672

#7289dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7289dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7289dd Color CSS Codes

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

#7289dd Text Font Color

<p style="color:#7289dd">Text here</p>

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


#7289dd Background Color

<div style="background-color:#7289dd">
Div content here</div>

This div background color is #7289dd


#7289dd Border Color

<div style="border:3px solid #7289dd">
Div here</div>

This div border color is #7289dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,137,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7289dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7289dd;
  -webkit-box-shadow: 1px 1px 3px 2px #7289dd;
  box-shadow:         1px 1px 3px 2px #7289dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,137,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7289dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7289dd


Comments

No comments written yet.

Please login to write comment.