Color Hex Logo

#7159ca Color Hex

#7159CA
(113,89,202)
0 Favorites   0 Comments

Color spaces of #7159ca

RGB 11389202
HSL0.700.520.57
HSV253°56°79°
CMYK 0.440.560.00   0.21
XYZ21.043114.919757.6478
Yxy14.91970.22480.1594
Hunter Lab38.626029.6496-61.4497
CIE-Lab45.524037.2883-55.7213

#7159ca color RGB value is (113,89,202).

#7159ca hex color red value is 113, green value is 89 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7159ca hue: 0.70 , saturation: 0.52 and the lightness value of 7159ca is 0.57.

The process color (four color CMYK) of #7159ca color hex is 0.44, 0.56, 0.00, 0.21. Web safe color of #7159ca is #6666cc. Color #7159ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01011001 11001010
Octal 161 131 312
Decimal 113 89 202
Hex 71 59 CA

RGB Percentages of Color #7159ca

%27.97
%22.03
%50.00

CMYK Percentages of Color #7159ca

%44
%56
%0
%21

Triadic Colors of #7159ca

#7159ca #ca7159 #59ca71

Analogous Colors of #7159ca

#7159ca #aa59ca #597aca

Monochromatic Colors of #7159ca

#7159ca

Complementary Color

#7159ca #b2ca59

#7159ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7159ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7159ca Color CSS Codes

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

#7159ca Text Font Color

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

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


#7159ca Background Color

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

This div background color is #7159ca


#7159ca Border Color

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

This div border color is #7159ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7159ca


Comments

No comments written yet.

Please login to write comment.