Color Hex Logo

#712393 Color Hex

#712393
(113,35,147)
0 Favorites   0 Comments

Color spaces of #712393

RGB 11335147
HSL0.780.620.36
HSV282°76°58°
CMYK 0.230.760.00   0.42
XYZ12.67756.819428.2518
Yxy6.81940.26550.1428
Hunter Lab26.114040.9566-45.8640
CIE-Lab31.392251.1905-45.8525

#712393 color RGB value is (113,35,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100011 10010011
Octal 161 43 223
Decimal 113 35 147
Hex 71 23 93

RGB Percentages of Color #712393

%38.31
%11.86
%49.83

CMYK Percentages of Color #712393

%23
%76
%0
%42

Triadic Colors of #712393

#712393 #937123 #239371

Analogous Colors of #712393

#712393 #93237d #392393

Monochromatic Colors of #712393

#712393

Complementary Color

#712393 #459323

#712393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712393 Color CSS Codes

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

#712393 Text Font Color

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

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


#712393 Background Color

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

This div background color is #712393


#712393 Border Color

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

This div border color is #712393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712393


Comments

No comments written yet.

Please login to write comment.