Color Hex Logo

#7a47df Color Hex

#7A47DF
(122,71,223)
0 Favorites   0 Comments

Color spaces of #7a47df

RGB 12271223
HSL0.720.700.58
HSV260°68°87°
CMYK 0.450.680.00   0.13
XYZ23.598613.971871.2651
Yxy13.97180.21680.1284
Hunter Lab37.378947.2803-86.8748
CIE-Lab44.192554.8074-69.8676

#7a47df color RGB value is (122,71,223).

#7a47df hex color red value is 122, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7a47df hue: 0.72 , saturation: 0.70 and the lightness value of 7a47df is 0.58.

The process color (four color CMYK) of #7a47df color hex is 0.45, 0.68, 0.00, 0.13. Web safe color of #7a47df is #6633cc. Color #7a47df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01000111 11011111
Octal 172 107 337
Decimal 122 71 223
Hex 7A 47 DF

RGB Percentages of Color #7a47df

%29.33
%17.07
%53.61

CMYK Percentages of Color #7a47df

%45
%68
%0
%13

Triadic Colors of #7a47df

#7a47df #df7a47 #47df7a

Analogous Colors of #7a47df

#7a47df #c647df #4760df

Monochromatic Colors of #7a47df

#7a47df

Complementary Color

#7a47df #acdf47

#7a47df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a47df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a47df Color CSS Codes

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

#7a47df Text Font Color

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

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


#7a47df Background Color

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

This div background color is #7a47df


#7a47df Border Color

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

This div border color is #7a47df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,71,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a47df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a47df;
  -webkit-box-shadow: 1px 1px 3px 2px #7a47df;
  box-shadow:         1px 1px 3px 2px #7a47df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,71,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a47df


Comments

No comments written yet.

Please login to write comment.