Color Hex Logo

#712ecd Color Hex

#712ECD
(113,46,205)
0 Favorites   0 Comments

Color spaces of #712ecd

RGB 11346205
HSL0.740.630.49
HSV265°78°80°
CMYK 0.450.780.00   0.20
XYZ18.80659.872558.6720
Yxy9.87250.21530.1130
Hunter Lab31.420551.8538-88.7187
CIE-Lab37.612660.2688-70.3142

#712ecd color RGB value is (113,46,205).

#712ecd hex color red value is 113, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #712ecd hue: 0.74 , saturation: 0.63 and the lightness value of 712ecd is 0.49.

The process color (four color CMYK) of #712ecd color hex is 0.45, 0.78, 0.00, 0.20. Web safe color of #712ecd is #6633cc. Color #712ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 11001101
Octal 161 56 315
Decimal 113 46 205
Hex 71 2E CD

RGB Percentages of Color #712ecd

%31.04
%12.64
%56.32

CMYK Percentages of Color #712ecd

%45
%78
%0
%20

Triadic Colors of #712ecd

#712ecd #cd712e #2ecd71

Analogous Colors of #712ecd

#712ecd #c12ecd #2e3acd

Monochromatic Colors of #712ecd

#712ecd

Complementary Color

#712ecd #8acd2e

#712ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#712ecd Color CSS Codes

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

#712ecd Text Font Color

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

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


#712ecd Background Color

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

This div background color is #712ecd


#712ecd Border Color

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

This div border color is #712ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712ecd


Comments

No comments written yet.

Please login to write comment.