Color Hex Logo

#712edc Color Hex

#712EDC
(113,46,220)
0 Favorites   0 Comments

Color spaces of #712edc

RGB 11346220
HSL0.730.710.52
HSV263°79°86°
CMYK 0.490.790.00   0.14
XYZ20.705310.632068.6710
Yxy10.63200.20700.1063
Hunter Lab32.606756.2858-102.0422
CIE-Lab38.953663.9817-76.7670

#712edc color RGB value is (113,46,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00101110 11011100
Octal 161 56 334
Decimal 113 46 220
Hex 71 2E DC

RGB Percentages of Color #712edc

%29.82
%12.14
%58.05

CMYK Percentages of Color #712edc

%49
%79
%0
%14

Triadic Colors of #712edc

#712edc #dc712e #2edc71

Analogous Colors of #712edc

#712edc #c82edc #2e42dc

Monochromatic Colors of #712edc

#712edc

Complementary Color

#712edc #99dc2e

#712edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#712edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#712edc Color CSS Codes

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

#712edc Text Font Color

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

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


#712edc Background Color

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

This div background color is #712edc


#712edc Border Color

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

This div border color is #712edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #712edc


Comments

No comments written yet.

Please login to write comment.