Color Hex Logo

#7f4eb4 Color Hex

#7F4EB4
(127,78,180)
0 Favorites   0 Comments

Color spaces of #7f4eb4

RGB 12778180
HSL0.750.400.51
HSV269°57°71°
CMYK 0.290.570.00   0.29
XYZ19.715013.256144.6996
Yxy13.25610.25380.1707
Hunter Lab36.408932.9400-47.3047
CIE-Lab43.146641.0334-46.6661

#7f4eb4 color RGB value is (127,78,180).

#7f4eb4 hex color red value is 127, green value is 78 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #7f4eb4 hue: 0.75 , saturation: 0.40 and the lightness value of 7f4eb4 is 0.51.

The process color (four color CMYK) of #7f4eb4 color hex is 0.29, 0.57, 0.00, 0.29. Web safe color of #7f4eb4 is #6666cc. Color #7f4eb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01001110 10110100
Octal 177 116 264
Decimal 127 78 180
Hex 7F 4E B4

RGB Percentages of Color #7f4eb4

%32.99
%20.26
%46.75

CMYK Percentages of Color #7f4eb4

%29
%57
%0
%29

Triadic Colors of #7f4eb4

#7f4eb4 #b47f4e #4eb47f

Analogous Colors of #7f4eb4

#7f4eb4 #b24eb4 #4e50b4

Monochromatic Colors of #7f4eb4

#7f4eb4

Complementary Color

#7f4eb4 #83b44e

#7f4eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f4eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f4eb4 Color CSS Codes

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

#7f4eb4 Text Font Color

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

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


#7f4eb4 Background Color

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

This div background color is #7f4eb4


#7f4eb4 Border Color

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

This div border color is #7f4eb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f4eb4


Comments

No comments written yet.

Please login to write comment.