Color Hex Logo

#7268aa Color Hex

#7268AA
(114,104,170)
0 Favorites   0 Comments

Color spaces of #7268aa

RGB 114104170
HSL0.690.280.54
HSV249°39°67°
CMYK 0.330.390.00   0.33
XYZ19.145416.380340.1829
Yxy16.38030.25290.2164
Hunter Lab40.472613.6117-30.5348
CIE-Lab47.469519.5219-34.0274

#7268aa color RGB value is (114,104,170).

#7268aa hex color red value is 114, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7268aa hue: 0.69 , saturation: 0.28 and the lightness value of 7268aa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101000 10101010
Octal 162 150 252
Decimal 114 104 170
Hex 72 68 AA

RGB Percentages of Color #7268aa

%29.38
%26.80
%43.81

CMYK Percentages of Color #7268aa

%33
%39
%0
%33

Triadic Colors of #7268aa

#7268aa #aa7268 #68aa72

Analogous Colors of #7268aa

#7268aa #9368aa #687faa

Monochromatic Colors of #7268aa

#7268aa

Complementary Color

#7268aa #a0aa68

#7268aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7268aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7268aa Color CSS Codes

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

#7268aa Text Font Color

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

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


#7268aa Background Color

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

This div background color is #7268aa


#7268aa Border Color

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

This div border color is #7268aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7268aa


Comments

No comments written yet.

Please login to write comment.