Color Hex Logo

#f27acd Color Hex

#F27ACD
(242,122,205)
0 Favorites   0 Comments

Color spaces of #f27acd

RGB 242122205
HSL0.880.820.71
HSV319°50°95°
CMYK 0.000.500.15   0.05
XYZ54.596937.204162.0611
Yxy37.20410.35480.2418
Hunter Lab60.995253.0342-17.6295
CIE-Lab67.429956.0245-21.9803

#f27acd color RGB value is (242,122,205).

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

The process color (four color CMYK) of #f27acd color hex is 0.00, 0.50, 0.15, 0.05. Web safe color of #f27acd is #ff66cc. Color #f27acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111010 11001101
Octal 362 172 315
Decimal 242 122 205
Hex F2 7A CD

RGB Percentages of Color #f27acd

%42.53
%21.44
%36.03

CMYK Percentages of Color #f27acd

%0
%50
%15
%5

Triadic Colors of #f27acd

#f27acd #cdf27a #7acdf2

Analogous Colors of #f27acd

#f27acd #f27a91 #db7af2

Monochromatic Colors of #f27acd

#f27acd

Complementary Color

#f27acd #7af29f

#f27acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27acd Color CSS Codes

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

#f27acd Text Font Color

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

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


#f27acd Background Color

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

This div background color is #f27acd


#f27acd Border Color

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

This div border color is #f27acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27acd


Comments

No comments written yet.

Please login to write comment.