color codes Logo

#f2789d color codes

#F2789D
(242,120,157)
0 Favorites   0 Comments

Color spaces of #f2789d

RGB 242120157
HSL0.950.820.71
HSV342°50°95°
CMYK 0.000.500.35   0.05
XYZ49.420234.744535.9999
Yxy34.74450.41130.2891
Hunter Lab58.944546.50515.0502
CIE-Lab65.549350.55572.3059

#f2789d color RGB value is (242,120,157).

#f2789d hex color red value is 242, green value is 120 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f2789d hue: 0.95 , saturation: 0.82 and the lightness value of f2789d is 0.71.

The process color (four color CMYK) of #f2789d color code is 0.00, 0.50, 0.35, 0.05. Web safe color of #f2789d is #ff6699. Color #f2789d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111000 10011101
Octal 362 170 235
Decimal 242 120 157
Hex F2 78 9D

RGB Percentages of Color #f2789d

%46.63
%23.12
%30.25

CMYK Percentages of Color #f2789d

%0
%50
%35
%5

Triadic Colors of #f2789d

#f2789d #9df278 #789df2

Analogous Colors of #f2789d

#f2789d #f29078 #f278da

Monochromatic Colors of #f2789d

#f2789d

Complementary Color

#f2789d #78f2cd

#f2789d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2789d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2789d Color CSS Codes

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

#f2789d Text Font Color

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

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


#f2789d Background Color

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

This div background color is #f2789d


#f2789d Border Color

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

This div border color is #f2789d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,120,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2789d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2789d;
  -webkit-box-shadow: 1px 1px 3px 2px #f2789d;
  box-shadow:         1px 1px 3px 2px #f2789d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,120,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2789d


Comments

No comments written yet.

Please login to write comment.