Color Hex Logo

#f27cac Color Hex

#F27CAC
(242,124,172)
0 Favorites   0 Comments

Color spaces of #f27cac

RGB 242124172
HSL0.930.820.72
HSV336°49°95°
CMYK 0.000.490.29   0.05
XYZ51.272036.271143.3284
Yxy36.27110.39180.2772
Hunter Lab60.225546.5685-0.4975
CIE-Lab66.726550.4415-4.4753

#f27cac color RGB value is (242,124,172).

#f27cac hex color red value is 242, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f27cac hue: 0.93 , saturation: 0.82 and the lightness value of f27cac is 0.72.

The process color (four color CMYK) of #f27cac color hex is 0.00, 0.49, 0.29, 0.05. Web safe color of #f27cac is #ff6699. Color #f27cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111100 10101100
Octal 362 174 254
Decimal 242 124 172
Hex F2 7C AC

RGB Percentages of Color #f27cac

%44.98
%23.05
%31.97

CMYK Percentages of Color #f27cac

%0
%49
%29
%5

Triadic Colors of #f27cac

#f27cac #acf27c #7cacf2

Analogous Colors of #f27cac

#f27cac #f2877c #f27ce7

Monochromatic Colors of #f27cac

#f27cac

Complementary Color

#f27cac #7cf2c2

#f27cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27cac Color CSS Codes

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

#f27cac Text Font Color

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

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


#f27cac Background Color

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

This div background color is #f27cac


#f27cac Border Color

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

This div border color is #f27cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27cac


Comments

No comments written yet.

Please login to write comment.