Color Hex Logo

#f27caf Color Hex

#F27CAF
(242,124,175)
0 Favorites   0 Comments

Color spaces of #f27caf

RGB 242124175
HSL0.930.820.72
HSV334°49°95°
CMYK 0.000.490.28   0.05
XYZ51.563536.387744.8633
Yxy36.38770.38820.2740
Hunter Lab60.322247.0181-1.8701
CIE-Lab66.815150.8297-6.0396

#f27caf color RGB value is (242,124,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111100 10101111
Octal 362 174 257
Decimal 242 124 175
Hex F2 7C AF

RGB Percentages of Color #f27caf

%44.73
%22.92
%32.35

CMYK Percentages of Color #f27caf

%0
%49
%28
%5

Triadic Colors of #f27caf

#f27caf #aff27c #7caff2

Analogous Colors of #f27caf

#f27caf #f2847c #f27cea

Monochromatic Colors of #f27caf

#f27caf

Complementary Color

#f27caf #7cf2bf

#f27caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27caf Color CSS Codes

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

#f27caf Text Font Color

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

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


#f27caf Background Color

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

This div background color is #f27caf


#f27caf Border Color

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

This div border color is #f27caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,124,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 #f27caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27caf


Comments

No comments written yet.

Please login to write comment.