Color Hex Logo

#712bfe Color Hex

#712BFE
(113,43,254)
0 Favorites   0 Comments

Color spaces of #712bfe

RGB 11343254
HSL0.720.990.58
HSV260°83°100°
CMYK 0.560.830.00   0.00
XYZ25.563312.394294.8109
Yxy12.39420.19250.0934
Hunter Lab35.205468.0028-135.0288
CIE-Lab41.835973.4548-91.2665

#712bfe color RGB value is (113,43,254).

#712bfe hex color red value is 113, green value is 43 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #712bfe hue: 0.72 , saturation: 0.99 and the lightness value of 712bfe is 0.58.

The process color (four color CMYK) of #712bfe color hex is 0.56, 0.83, 0.00, 0.00. Web safe color of #712bfe is #6633ff. Color #712bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101011 11111110
Octal 161 53 376
Decimal 113 43 254
Hex 71 2B FE

RGB Percentages of Color #712bfe

%27.56
%10.49
%61.95

CMYK Percentages of Color #712bfe

%56
%83
%0
%0

Triadic Colors of #712bfe

#712bfe #fe712b #2bfe71

Analogous Colors of #712bfe

#712bfe #db2bfe #2b4ffe

Monochromatic Colors of #712bfe

#712bfe

Complementary Color

#712bfe #b8fe2b

#712bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#712bfe Color CSS Codes

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

#712bfe Text Font Color

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

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


#712bfe Background Color

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

This div background color is #712bfe


#712bfe Border Color

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

This div border color is #712bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712bfe


Comments

No comments written yet.

Please login to write comment.