Color Hex Logo

#7277ea Color Hex

#7277EA
(114,119,234)
0 Favorites   0 Comments

Color spaces of #7277ea

RGB 114119234
HSL0.660.740.68
HSV238°51°92°
CMYK 0.510.490.00   0.08
XYZ28.387522.711680.7295
Yxy22.71160.21530.1723
Hunter Lab47.656722.9273-67.0764
CIE-Lab54.774029.1599-58.9934

#7277ea color RGB value is (114,119,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110111 11101010
Octal 162 167 352
Decimal 114 119 234
Hex 72 77 EA

RGB Percentages of Color #7277ea

%24.41
%25.48
%50.11

CMYK Percentages of Color #7277ea

%51
%49
%0
%8

Triadic Colors of #7277ea

#7277ea #ea7277 #77ea72

Analogous Colors of #7277ea

#7277ea #a972ea #72b3ea

Monochromatic Colors of #7277ea

#7277ea

Complementary Color

#7277ea #eae572

#7277ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7277ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7277ea Color CSS Codes

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

#7277ea Text Font Color

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

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


#7277ea Background Color

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

This div background color is #7277ea


#7277ea Border Color

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

This div border color is #7277ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7277ea


Comments

No comments written yet.

Please login to write comment.