Color Hex Logo

#713fdc Color Hex

#713FDC
(113,63,220)
0 Favorites   0 Comments

Color spaces of #713fdc

RGB 11363220
HSL0.720.690.55
HSV259°71°86°
CMYK 0.490.710.00   0.14
XYZ21.505812.233068.9379
Yxy12.23300.20950.1191
Hunter Lab34.975748.5483-92.3789
CIE-Lab41.584156.4717-72.4536

#713fdc color RGB value is (113,63,220).

#713fdc hex color red value is 113, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #713fdc hue: 0.72 , saturation: 0.69 and the lightness value of 713fdc is 0.55.

The process color (four color CMYK) of #713fdc color hex is 0.49, 0.71, 0.00, 0.14. Web safe color of #713fdc is #6633cc. Color #713fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111111 11011100
Octal 161 77 334
Decimal 113 63 220
Hex 71 3F DC

RGB Percentages of Color #713fdc

%28.54
%15.91
%55.56

CMYK Percentages of Color #713fdc

%49
%71
%0
%14

Triadic Colors of #713fdc

#713fdc #dc713f #3fdc71

Analogous Colors of #713fdc

#713fdc #c03fdc #3f5bdc

Monochromatic Colors of #713fdc

#713fdc

Complementary Color

#713fdc #aadc3f

#713fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#713fdc Color CSS Codes

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

#713fdc Text Font Color

<p style="color:#713fdc">Text here</p>

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


#713fdc Background Color

<div style="background-color:#713fdc">
Div content here</div>

This div background color is #713fdc


#713fdc Border Color

<div style="border:3px solid #713fdc">
Div here</div>

This div border color is #713fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,63,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #713fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #713fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #713fdc;
  box-shadow:         1px 1px 3px 2px #713fdc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713fdc


Comments

No comments written yet.

Please login to write comment.