Color Hex Logo

#7299ea Color Hex

#7299EA
(114,153,234)
0 Favorites   0 Comments

Color spaces of #7299ea

RGB 114153234
HSL0.610.740.68
HSV221°51°92°
CMYK 0.510.350.00   0.08
XYZ33.181932.300482.3276
Yxy32.30040.22450.2185
Hunter Lab56.83344.7577-46.1027
CIE-Lab63.59049.0041-44.9794

#7299ea color RGB value is (114,153,234).

#7299ea hex color red value is 114, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7299ea hue: 0.61 , saturation: 0.74 and the lightness value of 7299ea is 0.68.

The process color (four color CMYK) of #7299ea color hex is 0.51, 0.35, 0.00, 0.08. Web safe color of #7299ea is #6699ff. Color #7299ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011001 11101010
Octal 162 231 352
Decimal 114 153 234
Hex 72 99 EA

RGB Percentages of Color #7299ea

%22.75
%30.54
%46.71

CMYK Percentages of Color #7299ea

%51
%35
%0
%8

Triadic Colors of #7299ea

#7299ea #ea7299 #99ea72

Analogous Colors of #7299ea

#7299ea #8772ea #72d5ea

Monochromatic Colors of #7299ea

#7299ea

Complementary Color

#7299ea #eac372

#7299ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7299ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7299ea Color CSS Codes

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

#7299ea Text Font Color

<p style="color:#7299ea">Text here</p>

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


#7299ea Background Color

<div style="background-color:#7299ea">
Div content here</div>

This div background color is #7299ea


#7299ea Border Color

<div style="border:3px solid #7299ea">
Div here</div>

This div border color is #7299ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,153,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7299ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7299ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7299ea;
  box-shadow:         1px 1px 3px 2px #7299ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7299ea


Comments

No comments written yet.

Please login to write comment.