Color Hex Logo

#712fda Color Hex

#712FDA
(113,47,218)
0 Favorites   0 Comments

Color spaces of #712fda

RGB 11347218
HSL0.730.700.52
HSV263°78°85°
CMYK 0.480.780.00   0.15
XYZ20.481510.605767.2973
Yxy10.60570.20820.1078
Hunter Lab32.566455.2702-99.7242
CIE-Lab38.908363.0893-75.6938

#712fda color RGB value is (113,47,218).

#712fda hex color red value is 113, green value is 47 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #712fda hue: 0.73 , saturation: 0.70 and the lightness value of 712fda is 0.52.

The process color (four color CMYK) of #712fda color hex is 0.48, 0.78, 0.00, 0.15. Web safe color of #712fda is #6633cc. Color #712fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101111 11011010
Octal 161 57 332
Decimal 113 47 218
Hex 71 2F DA

RGB Percentages of Color #712fda

%29.89
%12.43
%57.67

CMYK Percentages of Color #712fda

%48
%78
%0
%15

Triadic Colors of #712fda

#712fda #da712f #2fda71

Analogous Colors of #712fda

#712fda #c72fda #2f43da

Monochromatic Colors of #712fda

#712fda

Complementary Color

#712fda #98da2f

#712fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#712fda Color CSS Codes

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

#712fda Text Font Color

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

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


#712fda Background Color

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

This div background color is #712fda


#712fda Border Color

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

This div border color is #712fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712fda


Comments

No comments written yet.

Please login to write comment.