Color Hex Logo

#712cdd Color Hex

#712CDD
(113,44,221)
0 Favorites   0 Comments

Color spaces of #712cdd

RGB 11344221
HSL0.730.720.52
HSV263°80°87°
CMYK 0.490.800.00   0.13
XYZ20.761910.532569.3453
Yxy10.53250.20630.1047
Hunter Lab32.453857.3989-103.9695
CIE-Lab38.781764.9968-77.6230

#712cdd color RGB value is (113,44,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 11011101
Octal 161 54 335
Decimal 113 44 221
Hex 71 2C DD

RGB Percentages of Color #712cdd

%29.89
%11.64
%58.47

CMYK Percentages of Color #712cdd

%49
%80
%0
%13

Triadic Colors of #712cdd

#712cdd #dd712c #2cdd71

Analogous Colors of #712cdd

#712cdd #ca2cdd #2c40dd

Monochromatic Colors of #712cdd

#712cdd

Complementary Color

#712cdd #98dd2c

#712cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#712cdd Color CSS Codes

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

#712cdd Text Font Color

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

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


#712cdd Background Color

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

This div background color is #712cdd


#712cdd Border Color

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

This div border color is #712cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712cdd


Comments

No comments written yet.

Please login to write comment.