Color Hex Logo

#7f57ec Color Hex

#7F57EC
(127,87,236)
0 Favorites   0 Comments

Color spaces of #7f57ec

RGB 12787236
HSL0.710.800.63
HSV256°63°93°
CMYK 0.460.630.00   0.07
XYZ27.300917.384581.2735
Yxy17.38450.21670.1380
Hunter Lab41.694743.9126-86.3848
CIE-Lab48.740950.8448-69.8010

#7f57ec color RGB value is (127,87,236).

#7f57ec hex color red value is 127, green value is 87 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7f57ec hue: 0.71 , saturation: 0.80 and the lightness value of 7f57ec is 0.63.

The process color (four color CMYK) of #7f57ec color hex is 0.46, 0.63, 0.00, 0.07. Web safe color of #7f57ec is #6666ff. Color #7f57ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01010111 11101100
Octal 177 127 354
Decimal 127 87 236
Hex 7F 57 EC

RGB Percentages of Color #7f57ec

%28.22
%19.33
%52.44

CMYK Percentages of Color #7f57ec

%46
%63
%0
%7

Triadic Colors of #7f57ec

#7f57ec #ec7f57 #57ec7f

Analogous Colors of #7f57ec

#7f57ec #ca57ec #577aec

Monochromatic Colors of #7f57ec

#7f57ec

Complementary Color

#7f57ec #c4ec57

#7f57ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f57ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f57ec Color CSS Codes

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

#7f57ec Text Font Color

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

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


#7f57ec Background Color

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

This div background color is #7f57ec


#7f57ec Border Color

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

This div border color is #7f57ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f57ec


Comments

No comments written yet.

Please login to write comment.