Color Hex Logo

#7f71df Color Hex

#7F71DF
(127,113,223)
0 Favorites   0 Comments

Color spaces of #7f71df

RGB 127113223
HSL0.690.630.66
HSV248°49°87°
CMYK 0.430.490.00   0.13
XYZ27.976821.650072.5164
Yxy21.65000.22900.1773
Hunter Lab46.529625.8999-59.8329
CIE-Lab53.653732.3694-54.5656

#7f71df color RGB value is (127,113,223).

#7f71df hex color red value is 127, green value is 113 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7f71df hue: 0.69 , saturation: 0.63 and the lightness value of 7f71df is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 01110001 11011111
Octal 177 161 337
Decimal 127 113 223
Hex 7F 71 DF

RGB Percentages of Color #7f71df

%27.43
%24.41
%48.16

CMYK Percentages of Color #7f71df

%43
%49
%0
%13

Triadic Colors of #7f71df

#7f71df #df7f71 #71df7f

Analogous Colors of #7f71df

#7f71df #b671df #719adf

Monochromatic Colors of #7f71df

#7f71df

Complementary Color

#7f71df #d1df71

#7f71df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f71df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f71df Color CSS Codes

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

#7f71df Text Font Color

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

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


#7f71df Background Color

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

This div background color is #7f71df


#7f71df Border Color

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

This div border color is #7f71df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f71df


Comments

No comments written yet.

Please login to write comment.