Color Hex Logo

#7268ab Color Hex

#7268AB
(114,104,171)
0 Favorites   0 Comments

Color spaces of #7268ab

RGB 114104171
HSL0.690.290.54
HSV249°39°67°
CMYK 0.330.390.00   0.33
XYZ19.240416.418340.6830
Yxy16.41830.25200.2151
Hunter Lab40.519513.8503-31.1656
CIE-Lab47.518619.7945-34.5356

#7268ab color RGB value is (114,104,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101000 10101011
Octal 162 150 253
Decimal 114 104 171
Hex 72 68 AB

RGB Percentages of Color #7268ab

%29.31
%26.74
%43.96

CMYK Percentages of Color #7268ab

%33
%39
%0
%33

Triadic Colors of #7268ab

#7268ab #ab7268 #68ab72

Analogous Colors of #7268ab

#7268ab #9468ab #6880ab

Monochromatic Colors of #7268ab

#7268ab

Complementary Color

#7268ab #a1ab68

#7268ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7268ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7268ab Color CSS Codes

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

#7268ab Text Font Color

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

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


#7268ab Background Color

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

This div background color is #7268ab


#7268ab Border Color

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

This div border color is #7268ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7268ab


Comments

No comments written yet.

Please login to write comment.