Color Hex Logo

#7164bc Color Hex

#7164BC
(113,100,188)
0 Favorites   0 Comments

Color spaces of #7164bc

RGB 113100188
HSL0.690.400.56
HSV249°47°74°
CMYK 0.400.470.00   0.26
XYZ20.444316.255949.6371
Yxy16.25590.23680.1883
Hunter Lab40.318619.9542-44.7702
CIE-Lab47.308426.7000-44.7735

#7164bc color RGB value is (113,100,188).

#7164bc hex color red value is 113, green value is 100 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7164bc hue: 0.69 , saturation: 0.40 and the lightness value of 7164bc is 0.56.

The process color (four color CMYK) of #7164bc color hex is 0.40, 0.47, 0.00, 0.26. Web safe color of #7164bc is #6666cc. Color #7164bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100100 10111100
Octal 161 144 274
Decimal 113 100 188
Hex 71 64 BC

RGB Percentages of Color #7164bc

%28.18
%24.94
%46.88

CMYK Percentages of Color #7164bc

%40
%47
%0
%26

Triadic Colors of #7164bc

#7164bc #bc7164 #64bc71

Analogous Colors of #7164bc

#7164bc #9d64bc #6483bc

Monochromatic Colors of #7164bc

#7164bc

Complementary Color

#7164bc #afbc64

#7164bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7164bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7164bc Color CSS Codes

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

#7164bc Text Font Color

<p style="color:#7164bc">Text here</p>

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


#7164bc Background Color

<div style="background-color:#7164bc">
Div content here</div>

This div background color is #7164bc


#7164bc Border Color

<div style="border:3px solid #7164bc">
Div here</div>

This div border color is #7164bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,100,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7164bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7164bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7164bc;
  box-shadow:         1px 1px 3px 2px #7164bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,100,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7164bc


Comments

No comments written yet.

Please login to write comment.