Color Hex Logo

#7c5abe Color Hex

#7C5ABE
(124,90,190)
0 Favorites   0 Comments

Color spaces of #7c5abe

RGB 12490190
HSL0.720.430.55
HSV260°53°75°
CMYK 0.350.530.00   0.25
XYZ21.262615.315150.5506
Yxy15.31510.24400.1758
Hunter Lab39.134528.4974-49.1916
CIE-Lab46.062836.0141-47.8598

#7c5abe color RGB value is (124,90,190).

#7c5abe hex color red value is 124, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7c5abe hue: 0.72 , saturation: 0.43 and the lightness value of 7c5abe is 0.55.

The process color (four color CMYK) of #7c5abe color hex is 0.35, 0.53, 0.00, 0.25. Web safe color of #7c5abe is #6666cc. Color #7c5abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01011010 10111110
Octal 174 132 276
Decimal 124 90 190
Hex 7C 5A BE

RGB Percentages of Color #7c5abe

%30.69
%22.28
%47.03

CMYK Percentages of Color #7c5abe

%35
%53
%0
%25

Triadic Colors of #7c5abe

#7c5abe #be7c5a #5abe7c

Analogous Colors of #7c5abe

#7c5abe #ae5abe #5a6abe

Monochromatic Colors of #7c5abe

#7c5abe

Complementary Color

#7c5abe #9cbe5a

#7c5abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c5abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c5abe Color CSS Codes

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

#7c5abe Text Font Color

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

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


#7c5abe Background Color

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

This div background color is #7c5abe


#7c5abe Border Color

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

This div border color is #7c5abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c5abe


Comments

No comments written yet.

Please login to write comment.