Color Hex Logo

#7c69ed Color Hex

#7C69ED
(124,105,237)
0 Favorites   0 Comments

Color spaces of #7c69ed

RGB 124105237
HSL0.690.790.67
HSV249°56°93°
CMYK 0.480.560.00   0.07
XYZ28.649820.502782.5682
Yxy20.50270.21750.1557
Hunter Lab45.279933.7019-76.4198
CIE-Lab52.400940.4152-64.4490

#7c69ed color RGB value is (124,105,237).

#7c69ed hex color red value is 124, green value is 105 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7c69ed hue: 0.69 , saturation: 0.79 and the lightness value of 7c69ed is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01101001 11101101
Octal 174 151 355
Decimal 124 105 237
Hex 7C 69 ED

RGB Percentages of Color #7c69ed

%26.61
%22.53
%50.86

CMYK Percentages of Color #7c69ed

%48
%56
%0
%7

Triadic Colors of #7c69ed

#7c69ed #ed7c69 #69ed7c

Analogous Colors of #7c69ed

#7c69ed #be69ed #6998ed

Monochromatic Colors of #7c69ed

#7c69ed

Complementary Color

#7c69ed #daed69

#7c69ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c69ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c69ed Color CSS Codes

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

#7c69ed Text Font Color

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

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


#7c69ed Background Color

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

This div background color is #7c69ed


#7c69ed Border Color

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

This div border color is #7c69ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,105,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 #7c69ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c69ed


Comments

No comments written yet.

Please login to write comment.