Color Hex Logo

#7168ba Color Hex

#7168BA
(113,104,186)
0 Favorites   0 Comments

Color spaces of #7168ba

RGB 113104186
HSL0.680.370.57
HSV247°44°73°
CMYK 0.390.440.00   0.27
XYZ20.623316.956548.6403
Yxy16.95650.23920.1967
Hunter Lab41.178317.3361-41.2093
CIE-Lab48.205223.7066-42.1901

#7168ba color RGB value is (113,104,186).

#7168ba hex color red value is 113, green value is 104 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7168ba hue: 0.68 , saturation: 0.37 and the lightness value of 7168ba is 0.57.

The process color (four color CMYK) of #7168ba color hex is 0.39, 0.44, 0.00, 0.27. Web safe color of #7168ba is #6666cc. Color #7168ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01101000 10111010
Octal 161 150 272
Decimal 113 104 186
Hex 71 68 BA

RGB Percentages of Color #7168ba

%28.04
%25.81
%46.15

CMYK Percentages of Color #7168ba

%39
%44
%0
%27

Triadic Colors of #7168ba

#7168ba #ba7168 #68ba71

Analogous Colors of #7168ba

#7168ba #9a68ba #6888ba

Monochromatic Colors of #7168ba

#7168ba

Complementary Color

#7168ba #b1ba68

#7168ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7168ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7168ba Color CSS Codes

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

#7168ba Text Font Color

<p style="color:#7168ba">Text here</p>

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


#7168ba Background Color

<div style="background-color:#7168ba">
Div content here</div>

This div background color is #7168ba


#7168ba Border Color

<div style="border:3px solid #7168ba">
Div here</div>

This div border color is #7168ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,104,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7168ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7168ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7168ba;
  box-shadow:         1px 1px 3px 2px #7168ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7168ba


Comments

No comments written yet.

Please login to write comment.