Color Hex Logo

#7c51ff Color Hex

#7C51FF
(124,81,255)
0 Favorites   0 Comments

Color spaces of #7c51ff

RGB 12481255
HSL0.711.000.66
HSV255°68°100°
CMYK 0.510.680.00   0.00
XYZ29.304617.389996.4198
Yxy17.38990.20480.1215
Hunter Lab41.701252.4598-107.8971
CIE-Lab48.747658.6970-80.4240

#7c51ff color RGB value is (124,81,255).

#7c51ff hex color red value is 124, green value is 81 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7c51ff hue: 0.71 , saturation: 1.00 and the lightness value of 7c51ff is 0.66.

The process color (four color CMYK) of #7c51ff color hex is 0.51, 0.68, 0.00, 0.00. Web safe color of #7c51ff is #6666ff. Color #7c51ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01010001 11111111
Octal 174 121 377
Decimal 124 81 255
Hex 7C 51 FF

RGB Percentages of Color #7c51ff

%26.96
%17.61
%55.43

CMYK Percentages of Color #7c51ff

%51
%68
%0
%0

Triadic Colors of #7c51ff

#7c51ff #ff7c51 #51ff7c

Analogous Colors of #7c51ff

#7c51ff #d351ff #517dff

Monochromatic Colors of #7c51ff

#7c51ff

Complementary Color

#7c51ff #d4ff51

#7c51ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c51ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c51ff Color CSS Codes

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

#7c51ff Text Font Color

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

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


#7c51ff Background Color

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

This div background color is #7c51ff


#7c51ff Border Color

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

This div border color is #7c51ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c51ff


Comments

No comments written yet.

Please login to write comment.