Color Hex Logo

#712edb Color Hex

#712EDB
(113,46,219)
0 Favorites   0 Comments

Color spaces of #712edb

RGB 11346219
HSL0.730.710.52
HSV263°79°86°
CMYK 0.480.790.00   0.14
XYZ20.573210.579267.9755
Yxy10.57920.20750.1067
Hunter Lab32.525755.9852-101.1423
CIE-Lab38.862563.7332-76.3431

#712edb color RGB value is (113,46,219).

#712edb hex color red value is 113, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #712edb hue: 0.73 , saturation: 0.71 and the lightness value of 712edb is 0.52.

The process color (four color CMYK) of #712edb color hex is 0.48, 0.79, 0.00, 0.14. Web safe color of #712edb is #6633cc. Color #712edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 11011011
Octal 161 56 333
Decimal 113 46 219
Hex 71 2E DB

RGB Percentages of Color #712edb

%29.89
%12.17
%57.94

CMYK Percentages of Color #712edb

%48
%79
%0
%14

Triadic Colors of #712edb

#712edb #db712e #2edb71

Analogous Colors of #712edb

#712edb #c82edb #2e42db

Monochromatic Colors of #712edb

#712edb

Complementary Color

#712edb #98db2e

#712edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#712edb Color CSS Codes

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

#712edb Text Font Color

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

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


#712edb Background Color

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

This div background color is #712edb


#712edb Border Color

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

This div border color is #712edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,46,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #712edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #712edb;
  -webkit-box-shadow: 1px 1px 3px 2px #712edb;
  box-shadow:         1px 1px 3px 2px #712edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712edb


Comments

No comments written yet.

Please login to write comment.