Color Hex Logo

#712cde Color Hex

#712CDE
(113,44,222)
0 Favorites   0 Comments

Color spaces of #712cde

RGB 11344222
HSL0.730.730.52
HSV263°80°87°
CMYK 0.490.800.00   0.13
XYZ20.895610.586070.0492
Yxy10.58600.20580.1043
Hunter Lab32.536157.6994-104.8741
CIE-Lab38.874365.2426-78.0436

#712cde color RGB value is (113,44,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 11011110
Octal 161 54 336
Decimal 113 44 222
Hex 71 2C DE

RGB Percentages of Color #712cde

%29.82
%11.61
%58.58

CMYK Percentages of Color #712cde

%49
%80
%0
%13

Triadic Colors of #712cde

#712cde #de712c #2cde71

Analogous Colors of #712cde

#712cde #ca2cde #2c40de

Monochromatic Colors of #712cde

#712cde

Complementary Color

#712cde #99de2c

#712cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#712cde Color CSS Codes

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

#712cde Text Font Color

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

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


#712cde Background Color

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

This div background color is #712cde


#712cde Border Color

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

This div border color is #712cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712cde


Comments

No comments written yet.

Please login to write comment.