Color Hex Logo

#7298ee Color Hex

#7298EE
(114,152,238)
0 Favorites   0 Comments

Color spaces of #7298ee

RGB 114152238
HSL0.620.780.69
HSV222°52°93°
CMYK 0.520.360.00   0.07
XYZ33.600332.206985.3346
Yxy32.20690.22230.2131
Hunter Lab56.75116.3690-49.4264
CIE-Lab63.513510.8091-47.3038

#7298ee color RGB value is (114,152,238).

#7298ee hex color red value is 114, green value is 152 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7298ee hue: 0.62 , saturation: 0.78 and the lightness value of 7298ee is 0.69.

The process color (four color CMYK) of #7298ee color hex is 0.52, 0.36, 0.00, 0.07. Web safe color of #7298ee is #6699ff. Color #7298ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011000 11101110
Octal 162 230 356
Decimal 114 152 238
Hex 72 98 EE

RGB Percentages of Color #7298ee

%22.62
%30.16
%47.22

CMYK Percentages of Color #7298ee

%52
%36
%0
%7

Triadic Colors of #7298ee

#7298ee #ee7298 #98ee72

Analogous Colors of #7298ee

#7298ee #8a72ee #72d6ee

Monochromatic Colors of #7298ee

#7298ee

Complementary Color

#7298ee #eec872

#7298ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7298ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#7298ee Color CSS Codes

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

#7298ee Text Font Color

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

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


#7298ee Background Color

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

This div background color is #7298ee


#7298ee Border Color

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

This div border color is #7298ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7298ee


Comments

No comments written yet.

Please login to write comment.