Color Hex Logo

#7289fd Color Hex

#7289FD
(114,137,253)
0 Favorites   0 Comments

Color spaces of #7289fd

RGB 114137253
HSL0.640.970.72
HSV230°55°99°
CMYK 0.550.460.00   0.01
XYZ33.614728.560696.6696
Yxy28.56060.21160.1798
Hunter Lab53.442118.7515-69.8381
CIE-Lab60.391924.3150-60.5134

#7289fd color RGB value is (114,137,253).

#7289fd hex color red value is 114, green value is 137 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7289fd hue: 0.64 , saturation: 0.97 and the lightness value of 7289fd is 0.72.

The process color (four color CMYK) of #7289fd color hex is 0.55, 0.46, 0.00, 0.01. Web safe color of #7289fd is #6699ff. Color #7289fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001001 11111101
Octal 162 211 375
Decimal 114 137 253
Hex 72 89 FD

RGB Percentages of Color #7289fd

%22.62
%27.18
%50.20

CMYK Percentages of Color #7289fd

%55
%46
%0
%1

Triadic Colors of #7289fd

#7289fd #fd7289 #89fd72

Analogous Colors of #7289fd

#7289fd #a172fd #72cffd

Monochromatic Colors of #7289fd

#7289fd

Complementary Color

#7289fd #fde672

#7289fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7289fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7289fd Color CSS Codes

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

#7289fd Text Font Color

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

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


#7289fd Background Color

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

This div background color is #7289fd


#7289fd Border Color

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

This div border color is #7289fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7289fd


Comments

No comments written yet.

Please login to write comment.