Color Hex Logo

#712cdf Color Hex

#712CDF
(113,44,223)
0 Favorites   0 Comments

Color spaces of #712cdf

RGB 11344223
HSL0.730.740.52
HSV263°80°87°
CMYK 0.490.800.00   0.13
XYZ21.030010.639870.7573
Yxy10.63980.20530.1039
Hunter Lab32.618758.0002-105.7802
CIE-Lab38.967165.4882-78.4634

#712cdf color RGB value is (113,44,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 11011111
Octal 161 54 337
Decimal 113 44 223
Hex 71 2C DF

RGB Percentages of Color #712cdf

%29.74
%11.58
%58.68

CMYK Percentages of Color #712cdf

%49
%80
%0
%13

Triadic Colors of #712cdf

#712cdf #df712c #2cdf71

Analogous Colors of #712cdf

#712cdf #cb2cdf #2c41df

Monochromatic Colors of #712cdf

#712cdf

Complementary Color

#712cdf #9adf2c

#712cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#712cdf Color CSS Codes

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

#712cdf Text Font Color

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

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


#712cdf Background Color

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

This div background color is #712cdf


#712cdf Border Color

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

This div border color is #712cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712cdf


Comments

No comments written yet.

Please login to write comment.