Color Hex Logo

#7c6afc Color Hex

#7C6AFC
(124,106,252)
0 Favorites   0 Comments

Color spaces of #7c6afc

RGB 124106252
HSL0.690.960.70
HSV247°58°99°
CMYK 0.510.580.00   0.01
XYZ31.036921.621494.6330
Yxy21.62140.21070.1468
Hunter Lab46.498837.7717-88.1161
CIE-Lab53.623044.2112-70.8244

#7c6afc color RGB value is (124,106,252).

#7c6afc hex color red value is 124, green value is 106 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7c6afc hue: 0.69 , saturation: 0.96 and the lightness value of 7c6afc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01101010 11111100
Octal 174 152 374
Decimal 124 106 252
Hex 7C 6A FC

RGB Percentages of Color #7c6afc

%25.73
%21.99
%52.28

CMYK Percentages of Color #7c6afc

%51
%58
%0
%1

Triadic Colors of #7c6afc

#7c6afc #fc7c6a #6afc7c

Analogous Colors of #7c6afc

#7c6afc #c56afc #6aa1fc

Monochromatic Colors of #7c6afc

#7c6afc

Complementary Color

#7c6afc #eafc6a

#7c6afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c6afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c6afc Color CSS Codes

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

#7c6afc Text Font Color

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

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


#7c6afc Background Color

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

This div background color is #7c6afc


#7c6afc Border Color

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

This div border color is #7c6afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c6afc

Related Colors


Comments

No comments written yet.

Please login to write comment.