Color Hex Logo

#7f56ce Color Hex

#7F56CE
(127,86,206)
0 Favorites   0 Comments

Color spaces of #7f56ce

RGB 12786206
HSL0.720.550.57
HSV261°58°81°
CMYK 0.380.580.00   0.19
XYZ23.220815.623860.1844
Yxy15.62380.23450.1578
Hunter Lab39.527035.6908-62.6071
CIE-Lab46.477043.2742-56.4173

#7f56ce color RGB value is (127,86,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 01010110 11001110
Octal 177 126 316
Decimal 127 86 206
Hex 7F 56 CE

RGB Percentages of Color #7f56ce

%30.31
%20.53
%49.16

CMYK Percentages of Color #7f56ce

%38
%58
%0
%19

Triadic Colors of #7f56ce

#7f56ce #ce7f56 #56ce7f

Analogous Colors of #7f56ce

#7f56ce #bb56ce #5669ce

Monochromatic Colors of #7f56ce

#7f56ce

Complementary Color

#7f56ce #a5ce56

#7f56ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f56ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f56ce Color CSS Codes

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

#7f56ce Text Font Color

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

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


#7f56ce Background Color

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

This div background color is #7f56ce


#7f56ce Border Color

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

This div border color is #7f56ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f56ce


Comments

No comments written yet.

Please login to write comment.