Color Hex Logo

#f27dbf Color Hex

#F27DBF
(242,125,191)
0 Favorites   0 Comments

Color spaces of #f27dbf

RGB 242125191
HSL0.910.820.72
HSV326°48°95°
CMYK 0.000.480.21   0.05
XYZ53.355537.306153.6789
Yxy37.30610.36970.2585
Hunter Lab61.078749.0415-9.3518
CIE-Lab67.506052.5218-14.0195

#f27dbf color RGB value is (242,125,191).

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

The process color (four color CMYK) of #f27dbf color hex is 0.00, 0.48, 0.21, 0.05. Web safe color of #f27dbf is #ff66cc. Color #f27dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111101 10111111
Octal 362 175 277
Decimal 242 125 191
Hex F2 7D BF

RGB Percentages of Color #f27dbf

%43.37
%22.40
%34.23

CMYK Percentages of Color #f27dbf

%0
%48
%21
%5

Triadic Colors of #f27dbf

#f27dbf #bff27d #7dbff2

Analogous Colors of #f27dbf

#f27dbf #f27d85 #eb7df2

Monochromatic Colors of #f27dbf

#f27dbf

Complementary Color

#f27dbf #7df2b0

#f27dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27dbf Color CSS Codes

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

#f27dbf Text Font Color

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

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


#f27dbf Background Color

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

This div background color is #f27dbf


#f27dbf Border Color

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

This div border color is #f27dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27dbf


Comments

No comments written yet.

Please login to write comment.