Color Hex Logo

#7c73ec Color Hex

#7C73EC
(124,115,236)
0 Favorites   0 Comments

Color spaces of #7c73ec

RGB 124115236
HSL0.680.760.69
HSV244°51°93°
CMYK 0.470.510.00   0.07
XYZ29.583222.602782.1604
Yxy22.60270.22020.1682
Hunter Lab47.542327.8726-69.1826
CIE-Lab54.660734.2764-60.2520

#7c73ec color RGB value is (124,115,236).

#7c73ec hex color red value is 124, green value is 115 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7c73ec hue: 0.68 , saturation: 0.76 and the lightness value of 7c73ec is 0.69.

The process color (four color CMYK) of #7c73ec color hex is 0.47, 0.51, 0.00, 0.07. Web safe color of #7c73ec is #6666ff. Color #7c73ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01110011 11101100
Octal 174 163 354
Decimal 124 115 236
Hex 7C 73 EC

RGB Percentages of Color #7c73ec

%26.11
%24.21
%49.68

CMYK Percentages of Color #7c73ec

%47
%51
%0
%7

Triadic Colors of #7c73ec

#7c73ec #ec7c73 #73ec7c

Analogous Colors of #7c73ec

#7c73ec #b973ec #73a7ec

Monochromatic Colors of #7c73ec

#7c73ec

Complementary Color

#7c73ec #e3ec73

#7c73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c73ec Color CSS Codes

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

#7c73ec Text Font Color

<p style="color:#7c73ec">Text here</p>

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


#7c73ec Background Color

<div style="background-color:#7c73ec">
Div content here</div>

This div background color is #7c73ec


#7c73ec Border Color

<div style="border:3px solid #7c73ec">
Div here</div>

This div border color is #7c73ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,115,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c73ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c73ec;
  -webkit-box-shadow: 1px 1px 3px 2px #7c73ec;
  box-shadow:         1px 1px 3px 2px #7c73ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,115,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c73ec


Comments

No comments written yet.

Please login to write comment.