Color Hex Logo

#7f46ba Color Hex

#7F46BA
(127,70,186)
0 Favorites   0 Comments

Color spaces of #7f46ba

RGB 12770186
HSL0.750.460.50
HSV269°62°73°
CMYK 0.320.620.00   0.27
XYZ19.805512.437547.8112
Yxy12.43750.24740.1554
Hunter Lab35.266838.5268-55.6926
CIE-Lab41.903246.8453-52.1820

#7f46ba color RGB value is (127,70,186).

#7f46ba hex color red value is 127, green value is 70 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7f46ba hue: 0.75 , saturation: 0.46 and the lightness value of 7f46ba is 0.50.

The process color (four color CMYK) of #7f46ba color hex is 0.32, 0.62, 0.00, 0.27. Web safe color of #7f46ba is #6633cc. Color #7f46ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01000110 10111010
Octal 177 106 272
Decimal 127 70 186
Hex 7F 46 BA

RGB Percentages of Color #7f46ba

%33.16
%18.28
%48.56

CMYK Percentages of Color #7f46ba

%32
%62
%0
%27

Triadic Colors of #7f46ba

#7f46ba #ba7f46 #46ba7f

Analogous Colors of #7f46ba

#7f46ba #b946ba #4647ba

Monochromatic Colors of #7f46ba

#7f46ba

Complementary Color

#7f46ba #81ba46

#7f46ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f46ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f46ba Color CSS Codes

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

#7f46ba Text Font Color

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

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


#7f46ba Background Color

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

This div background color is #7f46ba


#7f46ba Border Color

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

This div border color is #7f46ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f46ba


Comments

No comments written yet.

Please login to write comment.