Color Hex Logo

#712693 Color Hex

#712693
(113,38,147)
0 Favorites   0 Comments

Color spaces of #712693

RGB 11338147
HSL0.780.590.36
HSV281°74°58°
CMYK 0.230.740.00   0.42
XYZ12.76967.003528.2825
Yxy7.00350.26570.1457
Hunter Lab26.464139.8185-44.8390
CIE-Lab31.814949.9857-45.1699

#712693 color RGB value is (113,38,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100110 10010011
Octal 161 46 223
Decimal 113 38 147
Hex 71 26 93

RGB Percentages of Color #712693

%37.92
%12.75
%49.33

CMYK Percentages of Color #712693

%23
%74
%0
%42

Triadic Colors of #712693

#712693 #937126 #269371

Analogous Colors of #712693

#712693 #93267f #3b2693

Monochromatic Colors of #712693

#712693

Complementary Color

#712693 #489326

#712693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#712693 Color CSS Codes

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

#712693 Text Font Color

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

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


#712693 Background Color

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

This div background color is #712693


#712693 Border Color

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

This div border color is #712693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712693


Comments

No comments written yet.

Please login to write comment.