Color Hex Logo

#712cff Color Hex

#712CFF
(113,44,255)
0 Favorites   0 Comments

Color spaces of #712cff

RGB 11344255
HSL0.721.000.59
HSV260°83°100°
CMYK 0.560.830.00   0.00
XYZ25.760712.532195.6689
Yxy12.53210.19230.0935
Hunter Lab35.400767.9412-135.4482
CIE-Lab42.049673.3623-91.4724

#712cff color RGB value is (113,44,255).

#712cff hex color red value is 113, green value is 44 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #712cff hue: 0.72 , saturation: 1.00 and the lightness value of 712cff is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101100 11111111
Octal 161 54 377
Decimal 113 44 255
Hex 71 2C FF

RGB Percentages of Color #712cff

%27.43
%10.68
%61.89

CMYK Percentages of Color #712cff

%56
%83
%0
%0

Triadic Colors of #712cff

#712cff #ff712c #2cff71

Analogous Colors of #712cff

#712cff #db2cff #2c51ff

Monochromatic Colors of #712cff

#712cff

Complementary Color

#712cff #baff2c

#712cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#712cff Color CSS Codes

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

#712cff Text Font Color

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

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


#712cff Background Color

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

This div background color is #712cff


#712cff Border Color

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

This div border color is #712cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712cff


Comments

No comments written yet.

Please login to write comment.