Color Hex Logo

#712fce Color Hex

#712FCE
(113,47,206)
0 Favorites   0 Comments

Color spaces of #712fce

RGB 11347206
HSL0.740.630.50
HSV265°77°81°
CMYK 0.450.770.00   0.19
XYZ18.967110.000059.3230
Yxy10.00000.21480.1133
Hunter Lab31.622851.7231-89.0896
CIE-Lab37.842460.1053-70.5177

#712fce color RGB value is (113,47,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101111 11001110
Octal 161 57 316
Decimal 113 47 206
Hex 71 2F CE

RGB Percentages of Color #712fce

%30.87
%12.84
%56.28

CMYK Percentages of Color #712fce

%45
%77
%0
%19

Triadic Colors of #712fce

#712fce #ce712f #2fce71

Analogous Colors of #712fce

#712fce #c12fce #2f3cce

Monochromatic Colors of #712fce

#712fce

Complementary Color

#712fce #8cce2f

#712fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#712fce Color CSS Codes

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

#712fce Text Font Color

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

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


#712fce Background Color

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

This div background color is #712fce


#712fce Border Color

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

This div border color is #712fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712fce


Comments

No comments written yet.

Please login to write comment.