Color Hex Logo

#712190 Color Hex

#712190
(113,33,144)
0 Favorites   0 Comments

Color spaces of #712190

RGB 11333144
HSL0.790.630.35
HSV283°77°56°
CMYK 0.220.770.00   0.44
XYZ12.38796.612027.0089
Yxy6.61200.26930.1437
Hunter Lab25.713840.9951-44.2765
CIE-Lab30.906851.3225-44.7906

#712190 color RGB value is (113,33,144).

#712190 hex color red value is 113, green value is 33 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #712190 hue: 0.79 , saturation: 0.63 and the lightness value of 712190 is 0.35.

The process color (four color CMYK) of #712190 color hex is 0.22, 0.77, 0.00, 0.44. Web safe color of #712190 is #663399. Color #712190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 10010000
Octal 161 41 220
Decimal 113 33 144
Hex 71 21 90

RGB Percentages of Color #712190

%38.97
%11.38
%49.66

CMYK Percentages of Color #712190

%22
%77
%0
%44

Triadic Colors of #712190

#712190 #907121 #219071

Analogous Colors of #712190

#712190 #902178 #3a2190

Monochromatic Colors of #712190

#712190

Complementary Color

#712190 #409021

#712190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712190 Color CSS Codes

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

#712190 Text Font Color

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

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


#712190 Background Color

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

This div background color is #712190


#712190 Border Color

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

This div border color is #712190


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,33,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712190; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712190;
  -webkit-box-shadow: 1px 1px 3px 2px #712190;
  box-shadow:         1px 1px 3px 2px #712190; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712190


Comments

No comments written yet.

Please login to write comment.