Color Hex Logo

#7f4ece Color Hex

#7F4ECE
(127,78,206)
0 Favorites   0 Comments

Color spaces of #7f4ece

RGB 12778206
HSL0.730.570.56
HSV263°62°81°
CMYK 0.380.620.00   0.19
XYZ22.617414.417059.9832
Yxy14.41700.23310.1486
Hunter Lab37.969739.8800-67.0854
CIE-Lab44.825147.6632-59.0823

#7f4ece color RGB value is (127,78,206).

#7f4ece hex color red value is 127, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7f4ece hue: 0.73 , saturation: 0.57 and the lightness value of 7f4ece is 0.56.

The process color (four color CMYK) of #7f4ece color hex is 0.38, 0.62, 0.00, 0.19. Web safe color of #7f4ece is #6666cc. Color #7f4ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01001110 11001110
Octal 177 116 316
Decimal 127 78 206
Hex 7F 4E CE

RGB Percentages of Color #7f4ece

%30.90
%18.98
%50.12

CMYK Percentages of Color #7f4ece

%38
%62
%0
%19

Triadic Colors of #7f4ece

#7f4ece #ce7f4e #4ece7f

Analogous Colors of #7f4ece

#7f4ece #bf4ece #4e5dce

Monochromatic Colors of #7f4ece

#7f4ece

Complementary Color

#7f4ece #9dce4e

#7f4ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f4ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f4ece Color CSS Codes

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

#7f4ece Text Font Color

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

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


#7f4ece Background Color

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

This div background color is #7f4ece


#7f4ece Border Color

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

This div border color is #7f4ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f4ece


Comments

No comments written yet.

Please login to write comment.