Color Hex Logo

#713edc Color Hex

#713EDC
(113,62,220)
0 Favorites   0 Comments

Color spaces of #713edc

RGB 11362220
HSL0.720.690.55
HSV259°72°86°
CMYK 0.490.720.00   0.14
XYZ21.450912.123368.9196
Yxy12.12330.20930.1183
Hunter Lab34.818549.0373-92.9853
CIE-Lab41.411456.9564-72.7361

#713edc color RGB value is (113,62,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111110 11011100
Octal 161 76 334
Decimal 113 62 220
Hex 71 3E DC

RGB Percentages of Color #713edc

%28.61
%15.70
%55.70

CMYK Percentages of Color #713edc

%49
%72
%0
%14

Triadic Colors of #713edc

#713edc #dc713e #3edc71

Analogous Colors of #713edc

#713edc #c03edc #3e5adc

Monochromatic Colors of #713edc

#713edc

Complementary Color

#713edc #a9dc3e

#713edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#713edc Color CSS Codes

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

#713edc Text Font Color

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

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


#713edc Background Color

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

This div background color is #713edc


#713edc Border Color

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

This div border color is #713edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,62,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 #713edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713edc


Comments

No comments written yet.

Please login to write comment.