Color Hex Logo

#7367ab Color Hex

#7367AB
(115,103,171)
0 Favorites   0 Comments

Color spaces of #7367ab

RGB 115103171
HSL0.700.290.54
HSV251°40°67°
CMYK 0.330.400.00   0.33
XYZ19.271216.285640.6558
Yxy16.28560.25290.2137
Hunter Lab40.355414.6183-31.4825
CIE-Lab47.347020.6907-34.7993

#7367ab color RGB value is (115,103,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100111 10101011
Octal 163 147 253
Decimal 115 103 171
Hex 73 67 AB

RGB Percentages of Color #7367ab

%29.56
%26.48
%43.96

CMYK Percentages of Color #7367ab

%33
%40
%0
%33

Triadic Colors of #7367ab

#7367ab #ab7367 #67ab73

Analogous Colors of #7367ab

#7367ab #9567ab #677dab

Monochromatic Colors of #7367ab

#7367ab

Complementary Color

#7367ab #9fab67

#7367ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7367ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7367ab Color CSS Codes

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

#7367ab Text Font Color

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

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


#7367ab Background Color

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

This div background color is #7367ab


#7367ab Border Color

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

This div border color is #7367ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,103,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 #7367ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7367ab


Comments

No comments written yet.

Please login to write comment.