Color Hex Logo

#7c5adb Color Hex

#7C5ADB
(124,90,219)
0 Favorites   0 Comments

Color spaces of #7c5adb

RGB 12490219
HSL0.710.640.61
HSV256°59°86°
CMYK 0.430.590.00   0.14
XYZ24.754516.711968.9388
Yxy16.71190.22420.1514
Hunter Lab40.880236.5482-71.3683
CIE-Lab47.895043.8978-61.5735

#7c5adb color RGB value is (124,90,219).

#7c5adb hex color red value is 124, green value is 90 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7c5adb hue: 0.71 , saturation: 0.64 and the lightness value of 7c5adb is 0.61.

The process color (four color CMYK) of #7c5adb color hex is 0.43, 0.59, 0.00, 0.14. Web safe color of #7c5adb is #6666cc. Color #7c5adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01011010 11011011
Octal 174 132 333
Decimal 124 90 219
Hex 7C 5A DB

RGB Percentages of Color #7c5adb

%28.64
%20.79
%50.58

CMYK Percentages of Color #7c5adb

%43
%59
%0
%14

Triadic Colors of #7c5adb

#7c5adb #db7c5a #5adb7c

Analogous Colors of #7c5adb

#7c5adb #bd5adb #5a79db

Monochromatic Colors of #7c5adb

#7c5adb

Complementary Color

#7c5adb #b9db5a

#7c5adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c5adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c5adb Color CSS Codes

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

#7c5adb Text Font Color

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

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


#7c5adb Background Color

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

This div background color is #7c5adb


#7c5adb Border Color

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

This div border color is #7c5adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c5adb


Comments

No comments written yet.

Please login to write comment.