Color Hex Logo

#712193 Color Hex

#712193
(113,33,147)
0 Favorites   0 Comments

Color spaces of #712193

RGB 11333147
HSL0.780.630.35
HSV282°78°58°
CMYK 0.230.780.00   0.42
XYZ12.62046.705028.2328
Yxy6.70500.26540.1410
Hunter Lab25.894041.6840-46.5193
CIE-Lab31.125751.9551-46.2834

#712193 color RGB value is (113,33,147).

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

The process color (four color CMYK) of #712193 color hex is 0.23, 0.78, 0.00, 0.42. Web safe color of #712193 is #663399. Color #712193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 10010011
Octal 161 41 223
Decimal 113 33 147
Hex 71 21 93

RGB Percentages of Color #712193

%38.57
%11.26
%50.17

CMYK Percentages of Color #712193

%23
%78
%0
%42

Triadic Colors of #712193

#712193 #937121 #219371

Analogous Colors of #712193

#712193 #93217c #382193

Monochromatic Colors of #712193

#712193

Complementary Color

#712193 #439321

#712193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712193 Color CSS Codes

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

#712193 Text Font Color

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

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


#712193 Background Color

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

This div background color is #712193


#712193 Border Color

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

This div border color is #712193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712193


Comments

No comments written yet.

Please login to write comment.