color codes Logo

#f76efc color codes

#F76EFC
(247,110,252)
0 Favorites   0 Comments

Color spaces of #f76efc

RGB 247110252
HSL0.830.960.71
HSV298°56°99°
CMYK 0.020.560.00   0.01
XYZ61.504437.954396.1797
Yxy37.95430.31440.1940
Hunter Lab61.607170.3902-49.4374
CIE-Lab67.986970.4607-47.0933

#f76efc color RGB value is (247,110,252).

#f76efc hex color red value is 247, green value is 110 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f76efc hue: 0.83 , saturation: 0.96 and the lightness value of f76efc is 0.71.

The process color (four color CMYK) of #f76efc color code is 0.02, 0.56, 0.00, 0.01. Web safe color of #f76efc is #ff66ff. Color #f76efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101110 11111100
Octal 367 156 374
Decimal 247 110 252
Hex F7 6E FC

RGB Percentages of Color #f76efc

%40.56
%18.06
%41.38

CMYK Percentages of Color #f76efc

%2
%56
%0
%1

Triadic Colors of #f76efc

#f76efc #fcf76e #6efcf7

Analogous Colors of #f76efc

#f76efc #fc6eba #b06efc

Monochromatic Colors of #f76efc

#f76efc

Complementary Color

#f76efc #73fc6e

#f76efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76efc Color CSS Codes

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

#f76efc Text Font Color

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

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


#f76efc Background Color

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

This div background color is #f76efc


#f76efc Border Color

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

This div border color is #f76efc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,110,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f76efc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f76efc;
  -webkit-box-shadow: 1px 1px 3px 2px #f76efc;
  box-shadow:         1px 1px 3px 2px #f76efc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76efc


Comments

No comments written yet.

Please login to write comment.