Color Hex Logo

#7279ef Color Hex

#7279EF
(114,121,239)
0 Favorites   0 Comments

Color spaces of #7279ef

RGB 114121239
HSL0.660.800.69
HSV237°52°94°
CMYK 0.520.490.00   0.06
XYZ29.356823.484184.6470
Yxy23.48410.21350.1708
Hunter Lab48.460423.3277-69.6411
CIE-Lab55.567529.5012-60.5072

#7279ef color RGB value is (114,121,239).

#7279ef hex color red value is 114, green value is 121 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7279ef hue: 0.66 , saturation: 0.80 and the lightness value of 7279ef is 0.69.

The process color (four color CMYK) of #7279ef color hex is 0.52, 0.49, 0.00, 0.06. Web safe color of #7279ef is #6666ff. Color #7279ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111001 11101111
Octal 162 171 357
Decimal 114 121 239
Hex 72 79 EF

RGB Percentages of Color #7279ef

%24.05
%25.53
%50.42

CMYK Percentages of Color #7279ef

%52
%49
%0
%6

Triadic Colors of #7279ef

#7279ef #ef7279 #79ef72

Analogous Colors of #7279ef

#7279ef #aa72ef #72b8ef

Monochromatic Colors of #7279ef

#7279ef

Complementary Color

#7279ef #efe872

#7279ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7279ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7279ef Color CSS Codes

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

#7279ef Text Font Color

<p style="color:#7279ef">Text here</p>

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


#7279ef Background Color

<div style="background-color:#7279ef">
Div content here</div>

This div background color is #7279ef


#7279ef Border Color

<div style="border:3px solid #7279ef">
Div here</div>

This div border color is #7279ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,121,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7279ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7279ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7279ef;
  box-shadow:         1px 1px 3px 2px #7279ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,121,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 #7279ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7279ef


Comments

No comments written yet.

Please login to write comment.