Color Hex Logo

#712dfc Color Hex

#712DFC
(113,45,252)
0 Favorites   0 Comments

Color spaces of #712dfc

RGB 11345252
HSL0.720.970.58
HSV260°82°99°
CMYK 0.550.820.00   0.01
XYZ25.319112.415893.1575
Yxy12.41580.19340.0949
Hunter Lab35.236166.5992-132.0863
CIE-Lab41.869572.2791-90.0919

#712dfc color RGB value is (113,45,252).

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

The process color (four color CMYK) of #712dfc color hex is 0.55, 0.82, 0.00, 0.01. Web safe color of #712dfc is #6633ff. Color #712dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101101 11111100
Octal 161 55 374
Decimal 113 45 252
Hex 71 2D FC

RGB Percentages of Color #712dfc

%27.56
%10.98
%61.46

CMYK Percentages of Color #712dfc

%55
%82
%0
%1

Triadic Colors of #712dfc

#712dfc #fc712d #2dfc71

Analogous Colors of #712dfc

#712dfc #d92dfc #2d51fc

Monochromatic Colors of #712dfc

#712dfc

Complementary Color

#712dfc #b8fc2d

#712dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#712dfc Color CSS Codes

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

#712dfc Text Font Color

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

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


#712dfc Background Color

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

This div background color is #712dfc


#712dfc Border Color

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

This div border color is #712dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712dfc


Comments

No comments written yet.

Please login to write comment.