Color Hex Logo

#7c46ef Color Hex

#7C46EF
(124,70,239)
0 Favorites   0 Comments

Color spaces of #7c46ef

RGB 12470239
HSL0.720.840.61
HSV259°71°94°
CMYK 0.480.710.00   0.06
XYZ26.082314.897483.1621
Yxy14.89740.21010.1200
Hunter Lab38.597253.0776-100.7293
CIE-Lab45.493359.8595-76.7948

#7c46ef color RGB value is (124,70,239).

#7c46ef hex color red value is 124, green value is 70 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7c46ef hue: 0.72 , saturation: 0.84 and the lightness value of 7c46ef is 0.61.

The process color (four color CMYK) of #7c46ef color hex is 0.48, 0.71, 0.00, 0.06. Web safe color of #7c46ef is #6633ff. Color #7c46ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01000110 11101111
Octal 174 106 357
Decimal 124 70 239
Hex 7C 46 EF

RGB Percentages of Color #7c46ef

%28.64
%16.17
%55.20

CMYK Percentages of Color #7c46ef

%48
%71
%0
%6

Triadic Colors of #7c46ef

#7c46ef #ef7c46 #46ef7c

Analogous Colors of #7c46ef

#7c46ef #d146ef #4665ef

Monochromatic Colors of #7c46ef

#7c46ef

Complementary Color

#7c46ef #b9ef46

#7c46ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c46ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c46ef Color CSS Codes

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

#7c46ef Text Font Color

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

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


#7c46ef Background Color

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

This div background color is #7c46ef


#7c46ef Border Color

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

This div border color is #7c46ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c46ef


Comments

No comments written yet.

Please login to write comment.