Color Hex Logo

#7167be Color Hex

#7167BE
(113,103,190)
0 Favorites   0 Comments

Color spaces of #7167be

RGB 113103190
HSL0.690.400.57
HSV247°46°75°
CMYK 0.410.460.00   0.25
XYZ20.954616.928950.8784
Yxy16.92890.23610.1907
Hunter Lab41.144718.9049-44.5150
CIE-Lab48.170325.4571-44.5601

#7167be color RGB value is (113,103,190).

#7167be hex color red value is 113, green value is 103 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7167be hue: 0.69 , saturation: 0.40 and the lightness value of 7167be is 0.57.

The process color (four color CMYK) of #7167be color hex is 0.41, 0.46, 0.00, 0.25. Web safe color of #7167be is #6666cc. Color #7167be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100111 10111110
Octal 161 147 276
Decimal 113 103 190
Hex 71 67 BE

RGB Percentages of Color #7167be

%27.83
%25.37
%46.80

CMYK Percentages of Color #7167be

%41
%46
%0
%25

Triadic Colors of #7167be

#7167be #be7167 #67be71

Analogous Colors of #7167be

#7167be #9d67be #6789be

Monochromatic Colors of #7167be

#7167be

Complementary Color

#7167be #b4be67

#7167be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7167be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7167be Color CSS Codes

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

#7167be Text Font Color

<p style="color:#7167be">Text here</p>

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


#7167be Background Color

<div style="background-color:#7167be">
Div content here</div>

This div background color is #7167be


#7167be Border Color

<div style="border:3px solid #7167be">
Div here</div>

This div border color is #7167be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,103,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7167be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7167be;
  -webkit-box-shadow: 1px 1px 3px 2px #7167be;
  box-shadow:         1px 1px 3px 2px #7167be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7167be


Comments

No comments written yet.

Please login to write comment.