Color Hex Logo

#7f4abd Color Hex

#7F4ABD
(127,74,189)
0 Favorites   0 Comments

Color spaces of #7f4abd

RGB 12774189
HSL0.740.470.52
HSV268°61°74°
CMYK 0.330.610.00   0.26
XYZ20.386513.083749.5950
Yxy13.08370.24540.1575
Hunter Lab36.171437.3041-55.9732
CIE-Lab42.889145.4664-52.3496

#7f4abd color RGB value is (127,74,189).

#7f4abd hex color red value is 127, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7f4abd hue: 0.74 , saturation: 0.47 and the lightness value of 7f4abd is 0.52.

The process color (four color CMYK) of #7f4abd color hex is 0.33, 0.61, 0.00, 0.26. Web safe color of #7f4abd is #6633cc. Color #7f4abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01001010 10111101
Octal 177 112 275
Decimal 127 74 189
Hex 7F 4A BD

RGB Percentages of Color #7f4abd

%32.56
%18.97
%48.46

CMYK Percentages of Color #7f4abd

%33
%61
%0
%26

Triadic Colors of #7f4abd

#7f4abd #bd7f4a #4abd7f

Analogous Colors of #7f4abd

#7f4abd #b94abd #4a4fbd

Monochromatic Colors of #7f4abd

#7f4abd

Complementary Color

#7f4abd #88bd4a

#7f4abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f4abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f4abd Color CSS Codes

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

#7f4abd Text Font Color

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

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


#7f4abd Background Color

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

This div background color is #7f4abd


#7f4abd Border Color

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

This div border color is #7f4abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f4abd


Comments

No comments written yet.

Please login to write comment.