Color Hex Logo

#7c5faa Color Hex

#7C5FAA
(124,95,170)
0 Favorites   0 Comments

Color spaces of #7c5faa

RGB 12495170
HSL0.730.310.52
HSV263°44°67°
CMYK 0.270.440.00   0.33
XYZ19.660115.371839.9611
Yxy15.37180.26220.2050
Hunter Lab39.206920.8959-32.9857
CIE-Lab46.139327.8590-36.0565

#7c5faa color RGB value is (124,95,170).

#7c5faa hex color red value is 124, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7c5faa hue: 0.73 , saturation: 0.31 and the lightness value of 7c5faa is 0.52.

The process color (four color CMYK) of #7c5faa color hex is 0.27, 0.44, 0.00, 0.33. Web safe color of #7c5faa is #666699. Color #7c5faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01011111 10101010
Octal 174 137 252
Decimal 124 95 170
Hex 7C 5F AA

RGB Percentages of Color #7c5faa

%31.88
%24.42
%43.70

CMYK Percentages of Color #7c5faa

%27
%44
%0
%33

Triadic Colors of #7c5faa

#7c5faa #aa7c5f #5faa7c

Analogous Colors of #7c5faa

#7c5faa #a25faa #5f68aa

Monochromatic Colors of #7c5faa

#7c5faa

Complementary Color

#7c5faa #8daa5f

#7c5faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c5faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c5faa Color CSS Codes

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

#7c5faa Text Font Color

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

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


#7c5faa Background Color

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

This div background color is #7c5faa


#7c5faa Border Color

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

This div border color is #7c5faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c5faa


Comments

No comments written yet.

Please login to write comment.