Color Hex Logo

#f78edd Color Hex

#F78EDD
(247,142,221)
0 Favorites   0 Comments

Color spaces of #f78edd

RGB 247142221
HSL0.870.870.76
HSV315°43°97°
CMYK 0.000.430.11   0.03
XYZ61.081944.340673.7458
Yxy44.34060.34090.2475
Hunter Lab66.588747.2079-19.0505
CIE-Lab72.455650.2067-23.1300

#f78edd color RGB value is (247,142,221).

#f78edd hex color red value is 247, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f78edd hue: 0.87 , saturation: 0.87 and the lightness value of f78edd is 0.76.

The process color (four color CMYK) of #f78edd color hex is 0.00, 0.43, 0.11, 0.03. Web safe color of #f78edd is #ff99cc. Color #f78edd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10001110 11011101
Octal 367 216 335
Decimal 247 142 221
Hex F7 8E DD

RGB Percentages of Color #f78edd

%40.49
%23.28
%36.23

CMYK Percentages of Color #f78edd

%0
%43
%11
%3

Triadic Colors of #f78edd

#f78edd #ddf78e #8eddf7

Analogous Colors of #f78edd

#f78edd #f78ea9 #dd8ef7

Monochromatic Colors of #f78edd

#f78edd

Complementary Color

#f78edd #8ef7a8

#f78edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78edd Color CSS Codes

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

#f78edd Text Font Color

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

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


#f78edd Background Color

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

This div background color is #f78edd


#f78edd Border Color

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

This div border color is #f78edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78edd

Related Colors


Comments

No comments written yet.

Please login to write comment.