Color Hex Logo

#7266aa Color Hex

#7266AA
(114,102,170)
0 Favorites   0 Comments

Color spaces of #7266aa

RGB 114102170
HSL0.700.290.53
HSV251°40°67°
CMYK 0.330.400.00   0.33
XYZ18.946515.982440.1165
Yxy15.98240.25250.2130
Hunter Lab39.978014.6338-31.5108
CIE-Lab46.951420.7367-34.8417

#7266aa color RGB value is (114,102,170).

#7266aa hex color red value is 114, green value is 102 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7266aa hue: 0.70 , saturation: 0.29 and the lightness value of 7266aa is 0.53.

The process color (four color CMYK) of #7266aa color hex is 0.33, 0.40, 0.00, 0.33. Web safe color of #7266aa is #666699. Color #7266aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100110 10101010
Octal 162 146 252
Decimal 114 102 170
Hex 72 66 AA

RGB Percentages of Color #7266aa

%29.53
%26.42
%44.04

CMYK Percentages of Color #7266aa

%33
%40
%0
%33

Triadic Colors of #7266aa

#7266aa #aa7266 #66aa72

Analogous Colors of #7266aa

#7266aa #9466aa #667caa

Monochromatic Colors of #7266aa

#7266aa

Complementary Color

#7266aa #9eaa66

#7266aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7266aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7266aa Color CSS Codes

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

#7266aa Text Font Color

<p style="color:#7266aa">Text here</p>

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


#7266aa Background Color

<div style="background-color:#7266aa">
Div content here</div>

This div background color is #7266aa


#7266aa Border Color

<div style="border:3px solid #7266aa">
Div here</div>

This div border color is #7266aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,102,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7266aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7266aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7266aa;
  box-shadow:         1px 1px 3px 2px #7266aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7266aa


Comments

No comments written yet.

Please login to write comment.