Color Hex Logo

#712eca Color Hex

#712ECA
(113,46,202)
0 Favorites   0 Comments

Color spaces of #712eca

RGB 11346202
HSL0.740.630.49
HSV266°77°79°
CMYK 0.440.770.00   0.21
XYZ18.44779.729056.7827
Yxy9.72900.21710.1145
Hunter Lab31.191350.9866-86.1013
CIE-Lab37.351659.5292-68.9982

#712eca color RGB value is (113,46,202).

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

The process color (four color CMYK) of #712eca color hex is 0.44, 0.77, 0.00, 0.21. Web safe color of #712eca is #6633cc. Color #712eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 11001010
Octal 161 56 312
Decimal 113 46 202
Hex 71 2E CA

RGB Percentages of Color #712eca

%31.30
%12.74
%55.96

CMYK Percentages of Color #712eca

%44
%77
%0
%21

Triadic Colors of #712eca

#712eca #ca712e #2eca71

Analogous Colors of #712eca

#712eca #bf2eca #2e39ca

Monochromatic Colors of #712eca

#712eca

Complementary Color

#712eca #87ca2e

#712eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#712eca Color CSS Codes

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

#712eca Text Font Color

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

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


#712eca Background Color

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

This div background color is #712eca


#712eca Border Color

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

This div border color is #712eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712eca


Comments

No comments written yet.

Please login to write comment.