Color Hex Logo

#7f6fdd Color Hex

#7F6FDD
(127,111,221)
0 Favorites   0 Comments

Color spaces of #7f6fdd

RGB 127111221
HSL0.690.620.65
HSV249°50°87°
CMYK 0.430.500.00   0.13
XYZ27.488021.101471.0308
Yxy21.10140.22980.1764
Hunter Lab45.936326.4249-59.5242
CIE-Lab53.060332.9787-54.3877

#7f6fdd color RGB value is (127,111,221).

#7f6fdd hex color red value is 127, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7f6fdd hue: 0.69 , saturation: 0.62 and the lightness value of 7f6fdd is 0.65.

The process color (four color CMYK) of #7f6fdd color hex is 0.43, 0.50, 0.00, 0.13. Web safe color of #7f6fdd is #6666cc. Color #7f6fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01101111 11011101
Octal 177 157 335
Decimal 127 111 221
Hex 7F 6F DD

RGB Percentages of Color #7f6fdd

%27.67
%24.18
%48.15

CMYK Percentages of Color #7f6fdd

%43
%50
%0
%13

Triadic Colors of #7f6fdd

#7f6fdd #dd7f6f #6fdd7f

Analogous Colors of #7f6fdd

#7f6fdd #b66fdd #6f96dd

Monochromatic Colors of #7f6fdd

#7f6fdd

Complementary Color

#7f6fdd #cddd6f

#7f6fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f6fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f6fdd Color CSS Codes

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

#7f6fdd Text Font Color

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

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


#7f6fdd Background Color

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

This div background color is #7f6fdd


#7f6fdd Border Color

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

This div border color is #7f6fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f6fdd


Comments

No comments written yet.

Please login to write comment.