color codes Logo

#f76eaf color codes

#F76EAF
(247,110,175)
0 Favorites   0 Comments

Color spaces of #f76eaf

RGB 247110175
HSL0.920.900.70
HSV332°55°97°
CMYK 0.000.550.29   0.03
XYZ51.671634.021244.4008
Yxy34.02120.39720.2615
Hunter Lab58.327756.0569-4.3039
CIE-Lab64.979459.0270-8.6914

#f76eaf color RGB value is (247,110,175).

#f76eaf hex color red value is 247, green value is 110 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f76eaf hue: 0.92 , saturation: 0.90 and the lightness value of f76eaf is 0.70.

The process color (four color CMYK) of #f76eaf color code is 0.00, 0.55, 0.29, 0.03. Web safe color of #f76eaf is #ff6699. Color #f76eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101110 10101111
Octal 367 156 257
Decimal 247 110 175
Hex F7 6E AF

RGB Percentages of Color #f76eaf

%46.43
%20.68
%32.89

CMYK Percentages of Color #f76eaf

%0
%55
%29
%3

Triadic Colors of #f76eaf

#f76eaf #aff76e #6eaff7

Analogous Colors of #f76eaf

#f76eaf #f7726e #f76ef4

Monochromatic Colors of #f76eaf

#f76eaf

Complementary Color

#f76eaf #6ef7b6

#f76eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76eaf Color CSS Codes

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

#f76eaf Text Font Color

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

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


#f76eaf Background Color

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

This div background color is #f76eaf


#f76eaf Border Color

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

This div border color is #f76eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,110,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76eaf


Comments

No comments written yet.

Please login to write comment.