Color Hex Logo

#712edf Color Hex

#712EDF
(113,46,223)
0 Favorites   0 Comments

Color spaces of #712edf

RGB 11346223
HSL0.730.730.53
HSV263°79°87°
CMYK 0.490.790.00   0.13
XYZ21.106310.792470.7828
Yxy10.79240.20560.1051
Hunter Lab32.851857.1903-104.7506
CIE-Lab39.228664.7262-78.0333

#712edf color RGB value is (113,46,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 11011111
Octal 161 56 337
Decimal 113 46 223
Hex 71 2E DF

RGB Percentages of Color #712edf

%29.58
%12.04
%58.38

CMYK Percentages of Color #712edf

%49
%79
%0
%13

Triadic Colors of #712edf

#712edf #df712e #2edf71

Analogous Colors of #712edf

#712edf #ca2edf #2e44df

Monochromatic Colors of #712edf

#712edf

Complementary Color

#712edf #9cdf2e

#712edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#712edf Color CSS Codes

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

#712edf Text Font Color

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

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


#712edf Background Color

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

This div background color is #712edf


#712edf Border Color

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

This div border color is #712edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712edf


Comments

No comments written yet.

Please login to write comment.