Color Hex Logo

#7a98ef Color Hex

#7A98EF
(122,152,239)
0 Favorites   0 Comments

Color spaces of #7a98ef

RGB 122152239
HSL0.620.790.71
HSV225°49°94°
CMYK 0.490.360.00   0.06
XYZ34.834332.826086.1615
Yxy32.82600.22650.2134
Hunter Lab57.29408.2622-49.0574
CIE-Lab64.019812.9030-47.0246

#7a98ef color RGB value is (122,152,239).

#7a98ef hex color red value is 122, green value is 152 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7a98ef hue: 0.62 , saturation: 0.79 and the lightness value of 7a98ef is 0.71.

The process color (four color CMYK) of #7a98ef color hex is 0.49, 0.36, 0.00, 0.06. Web safe color of #7a98ef is #6699ff. Color #7a98ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10011000 11101111
Octal 172 230 357
Decimal 122 152 239
Hex 7A 98 EF

RGB Percentages of Color #7a98ef

%23.78
%29.63
%46.59

CMYK Percentages of Color #7a98ef

%49
%36
%0
%6

Triadic Colors of #7a98ef

#7a98ef #ef7a98 #98ef7a

Analogous Colors of #7a98ef

#7a98ef #977aef #7ad3ef

Monochromatic Colors of #7a98ef

#7a98ef

Complementary Color

#7a98ef #efd17a

#7a98ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a98ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a98ef Color CSS Codes

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

#7a98ef Text Font Color

<p style="color:#7a98ef">Text here</p>

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


#7a98ef Background Color

<div style="background-color:#7a98ef">
Div content here</div>

This div background color is #7a98ef


#7a98ef Border Color

<div style="border:3px solid #7a98ef">
Div here</div>

This div border color is #7a98ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,152,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a98ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a98ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7a98ef;
  box-shadow:         1px 1px 3px 2px #7a98ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a98ef


Comments

No comments written yet.

Please login to write comment.