Color Hex Logo

#7159be Color Hex

#7159BE
(113,89,190)
0 Favorites   0 Comments

Color spaces of #7159be

RGB 11389190
HSL0.710.440.55
HSV254°53°75°
CMYK 0.410.530.00   0.25
XYZ19.676714.373250.4524
Yxy14.37320.23290.1701
Hunter Lab37.912026.2972-52.3633
CIE-Lab44.763533.8725-49.9996

#7159be color RGB value is (113,89,190).

#7159be hex color red value is 113, green value is 89 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7159be hue: 0.71 , saturation: 0.44 and the lightness value of 7159be is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011001 10111110
Octal 161 131 276
Decimal 113 89 190
Hex 71 59 BE

RGB Percentages of Color #7159be

%28.83
%22.70
%48.47

CMYK Percentages of Color #7159be

%41
%53
%0
%25

Triadic Colors of #7159be

#7159be #be7159 #59be71

Analogous Colors of #7159be

#7159be #a459be #5974be

Monochromatic Colors of #7159be

#7159be

Complementary Color

#7159be #a6be59

#7159be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7159be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7159be Color CSS Codes

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

#7159be Text Font Color

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

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


#7159be Background Color

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

This div background color is #7159be


#7159be Border Color

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

This div border color is #7159be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,89,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 #7159be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7159be


Comments

No comments written yet.

Please login to write comment.