Color Hex Logo

#7c61ed Color Hex

#7C61ED
(124,97,237)
0 Favorites   0 Comments

Color spaces of #7c61ed

RGB 12497237
HSL0.700.800.65
HSV252°59°93°
CMYK 0.480.590.00   0.07
XYZ27.872918.948982.3092
Yxy18.94890.21580.1467
Hunter Lab43.530338.1172-81.6371
CIE-Lab50.627445.0016-67.3159

#7c61ed color RGB value is (124,97,237).

#7c61ed hex color red value is 124, green value is 97 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7c61ed hue: 0.70 , saturation: 0.80 and the lightness value of 7c61ed is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100001 11101101
Octal 174 141 355
Decimal 124 97 237
Hex 7C 61 ED

RGB Percentages of Color #7c61ed

%27.07
%21.18
%51.75

CMYK Percentages of Color #7c61ed

%48
%59
%0
%7

Triadic Colors of #7c61ed

#7c61ed #ed7c61 #61ed7c

Analogous Colors of #7c61ed

#7c61ed #c261ed #618ced

Monochromatic Colors of #7c61ed

#7c61ed

Complementary Color

#7c61ed #d2ed61

#7c61ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c61ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c61ed Color CSS Codes

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

#7c61ed Text Font Color

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

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


#7c61ed Background Color

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

This div background color is #7c61ed


#7c61ed Border Color

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

This div border color is #7c61ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c61ed


Comments

No comments written yet.

Please login to write comment.