Color Hex Logo

#7f6ffc Color Hex

#7F6FFC
(127,111,252)
0 Favorites   0 Comments

Color spaces of #7f6ffc

RGB 127111252
HSL0.690.960.71
HSV247°56°99°
CMYK 0.500.560.00   0.01
XYZ32.007522.909294.8304
Yxy22.90920.21370.1530
Hunter Lab47.863635.6060-83.9647
CIE-Lab54.978741.9200-68.6196

#7f6ffc color RGB value is (127,111,252).

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

The process color (four color CMYK) of #7f6ffc color hex is 0.50, 0.56, 0.00, 0.01. Web safe color of #7f6ffc is #6666ff. Color #7f6ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01101111 11111100
Octal 177 157 374
Decimal 127 111 252
Hex 7F 6F FC

RGB Percentages of Color #7f6ffc

%25.92
%22.65
%51.43

CMYK Percentages of Color #7f6ffc

%50
%56
%0
%1

Triadic Colors of #7f6ffc

#7f6ffc #fc7f6f #6ffc7f

Analogous Colors of #7f6ffc

#7f6ffc #c66ffc #6fa6fc

Monochromatic Colors of #7f6ffc

#7f6ffc

Complementary Color

#7f6ffc #ecfc6f

#7f6ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f6ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f6ffc Color CSS Codes

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

#7f6ffc Text Font Color

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

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


#7f6ffc Background Color

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

This div background color is #7f6ffc


#7f6ffc Border Color

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

This div border color is #7f6ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f6ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.