Color Hex Logo

#7298df Color Hex

#7298DF
(114,152,223)
0 Favorites   0 Comments

Color spaces of #7298df

RGB 114152223
HSL0.610.630.66
HSV219°49°87°
CMYK 0.490.320.00   0.13
XYZ31.486931.361674.2059
Yxy31.36160.22970.2288
Hunter Lab56.00142.3594-39.3625
CIE-Lab62.81176.2607-40.1218

#7298df color RGB value is (114,152,223).

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

The process color (four color CMYK) of #7298df color hex is 0.49, 0.32, 0.00, 0.13. Web safe color of #7298df is #6699cc. Color #7298df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011000 11011111
Octal 162 230 337
Decimal 114 152 223
Hex 72 98 DF

RGB Percentages of Color #7298df

%23.31
%31.08
%45.60

CMYK Percentages of Color #7298df

%49
%32
%0
%13

Triadic Colors of #7298df

#7298df #df7298 #98df72

Analogous Colors of #7298df

#7298df #8372df #72cfdf

Monochromatic Colors of #7298df

#7298df

Complementary Color

#7298df #dfb972

#7298df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7298df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7298df Color CSS Codes

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

#7298df Text Font Color

<p style="color:#7298df">Text here</p>

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


#7298df Background Color

<div style="background-color:#7298df">
Div content here</div>

This div background color is #7298df


#7298df Border Color

<div style="border:3px solid #7298df">
Div here</div>

This div border color is #7298df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,152,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7298df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7298df;
  -webkit-box-shadow: 1px 1px 3px 2px #7298df;
  box-shadow:         1px 1px 3px 2px #7298df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7298df


Comments

No comments written yet.

Please login to write comment.