Color Hex Logo

#7f06ce Color Hex

#7F06CE
(127,6,206)
0 Favorites   0 Comments

Color spaces of #7f06ce

RGB 1276206
HSL0.770.940.42
HSV276°97°81°
CMYK 0.380.970.00   0.19
XYZ19.95819.098559.0968
Yxy9.09850.22640.1032
Hunter Lab30.163765.3196-95.0464
CIE-Lab36.173372.3026-73.1877

#7f06ce color RGB value is (127,6,206).

#7f06ce hex color red value is 127, green value is 6 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7f06ce hue: 0.77 , saturation: 0.94 and the lightness value of 7f06ce is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 00000110 11001110
Octal 177 6 316
Decimal 127 6 206
Hex 7F 6 CE

RGB Percentages of Color #7f06ce

%37.46
%1.77
%60.77

CMYK Percentages of Color #7f06ce

%38
%97
%0
%19

Triadic Colors of #7f06ce

#7f06ce #ce7f06 #06ce7f

Analogous Colors of #7f06ce

#7f06ce #ce06b9 #1b06ce

Monochromatic Colors of #7f06ce

#7f06ce

Complementary Color

#7f06ce #55ce06

#7f06ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f06ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f06ce Color CSS Codes

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

#7f06ce Text Font Color

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

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


#7f06ce Background Color

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

This div background color is #7f06ce


#7f06ce Border Color

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

This div border color is #7f06ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,6,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 #7f06ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f06ce


Comments

No comments written yet.

Please login to write comment.