Color Hex Logo

#712cce Color Hex

#712CCE
(113,44,206)
0 Favorites   0 Comments

Color spaces of #712cce

RGB 11344206
HSL0.740.650.49
HSV266°79°81°
CMYK 0.450.790.00   0.19
XYZ18.85139.768359.2844
Yxy9.76830.21450.1111
Hunter Lab31.254352.9689-90.5857
CIE-Lab37.423361.3159-71.2048

#712cce color RGB value is (113,44,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 11001110
Octal 161 54 316
Decimal 113 44 206
Hex 71 2C CE

RGB Percentages of Color #712cce

%31.13
%12.12
%56.75

CMYK Percentages of Color #712cce

%45
%79
%0
%19

Triadic Colors of #712cce

#712cce #ce712c #2cce71

Analogous Colors of #712cce

#712cce #c22cce #2c38ce

Monochromatic Colors of #712cce

#712cce

Complementary Color

#712cce #89ce2c

#712cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#712cce Color CSS Codes

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

#712cce Text Font Color

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

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


#712cce Background Color

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

This div background color is #712cce


#712cce Border Color

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

This div border color is #712cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,44,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 #712cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712cce


Comments

No comments written yet.

Please login to write comment.