Color Hex Logo

#710cec Color Hex

#710CEC
(113,12,236)
0 Favorites   0 Comments

Color spaces of #710cec

RGB 11312236
HSL0.740.900.49
HSV267°95°93°
CMYK 0.520.950.00   0.07
XYZ22.08189.829880.0904
Yxy9.82980.19720.0878
Hunter Lab31.352570.8519-129.5103
CIE-Lab37.535276.6199-88.2365

#710cec color RGB value is (113,12,236).

#710cec hex color red value is 113, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #710cec hue: 0.74 , saturation: 0.90 and the lightness value of 710cec is 0.49.

The process color (four color CMYK) of #710cec color hex is 0.52, 0.95, 0.00, 0.07. Web safe color of #710cec is #6600ff. Color #710cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001100 11101100
Octal 161 14 354
Decimal 113 12 236
Hex 71 C EC

RGB Percentages of Color #710cec

%31.30
%3.32
%65.37

CMYK Percentages of Color #710cec

%52
%95
%0
%7

Triadic Colors of #710cec

#710cec #ec710c #0cec71

Analogous Colors of #710cec

#710cec #e10cec #0c17ec

Monochromatic Colors of #710cec

#710cec

Complementary Color

#710cec #87ec0c

#710cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#710cec Color CSS Codes

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

#710cec Text Font Color

<p style="color:#710cec">Text here</p>

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


#710cec Background Color

<div style="background-color:#710cec">
Div content here</div>

This div background color is #710cec


#710cec Border Color

<div style="border:3px solid #710cec">
Div here</div>

This div border color is #710cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,12,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #710cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #710cec;
  -webkit-box-shadow: 1px 1px 3px 2px #710cec;
  box-shadow:         1px 1px 3px 2px #710cec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710cec


Comments

No comments written yet.

Please login to write comment.