Color Hex Logo

#7c5dda Color Hex

#7C5DDA
(124,93,218)
0 Favorites   0 Comments

Color spaces of #7c5dda

RGB 12493218
HSL0.710.630.61
HSV255°57°85°
CMYK 0.430.570.00   0.15
XYZ24.881417.175768.3335
Yxy17.17570.22540.1556
Hunter Lab41.443634.6394-68.7488
CIE-Lab48.480741.9179-60.0596

#7c5dda color RGB value is (124,93,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01011101 11011010
Octal 174 135 332
Decimal 124 93 218
Hex 7C 5D DA

RGB Percentages of Color #7c5dda

%28.51
%21.38
%50.11

CMYK Percentages of Color #7c5dda

%43
%57
%0
%15

Triadic Colors of #7c5dda

#7c5dda #da7c5d #5dda7c

Analogous Colors of #7c5dda

#7c5dda #bb5dda #5d7dda

Monochromatic Colors of #7c5dda

#7c5dda

Complementary Color

#7c5dda #bbda5d

#7c5dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c5dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c5dda Color CSS Codes

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

#7c5dda Text Font Color

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

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


#7c5dda Background Color

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

This div background color is #7c5dda


#7c5dda Border Color

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

This div border color is #7c5dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c5dda


Comments

No comments written yet.

Please login to write comment.