Color Hex Logo

#f27fad Color Hex

#F27FAD
(242,127,173)
0 Favorites   0 Comments

Color spaces of #f27fad

RGB 242127173
HSL0.930.820.72
HSV336°48°95°
CMYK 0.000.480.29   0.05
XYZ51.750137.073143.9635
Yxy37.07310.38970.2792
Hunter Lab60.887745.1586-0.1885
CIE-Lab67.331849.0937-4.1470

#f27fad color RGB value is (242,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111111 10101101
Octal 362 177 255
Decimal 242 127 173
Hex F2 7F AD

RGB Percentages of Color #f27fad

%44.65
%23.43
%31.92

CMYK Percentages of Color #f27fad

%0
%48
%29
%5

Triadic Colors of #f27fad

#f27fad #adf27f #7fadf2

Analogous Colors of #f27fad

#f27fad #f28b7f #f27fe7

Monochromatic Colors of #f27fad

#f27fad

Complementary Color

#f27fad #7ff2c4

#f27fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27fad Color CSS Codes

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

#f27fad Text Font Color

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

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


#f27fad Background Color

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

This div background color is #f27fad


#f27fad Border Color

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

This div border color is #f27fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27fad


Comments

No comments written yet.

Please login to write comment.