Color Hex Logo

#f27dbb Color Hex

#F27DBB
(242,125,187)
0 Favorites   0 Comments

Color spaces of #f27dbb

RGB 242125187
HSL0.910.820.72
HSV328°48°95°
CMYK 0.000.480.23   0.05
XYZ52.921237.132351.3917
Yxy37.13230.37410.2625
Hunter Lab60.936348.3830-7.3479
CIE-Lab67.376251.9595-11.9668

#f27dbb color RGB value is (242,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111101 10111011
Octal 362 175 273
Decimal 242 125 187
Hex F2 7D BB

RGB Percentages of Color #f27dbb

%43.68
%22.56
%33.75

CMYK Percentages of Color #f27dbb

%0
%48
%23
%5

Triadic Colors of #f27dbb

#f27dbb #bbf27d #7dbbf2

Analogous Colors of #f27dbb

#f27dbb #f27d81 #ef7df2

Monochromatic Colors of #f27dbb

#f27dbb

Complementary Color

#f27dbb #7df2b4

#f27dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27dbb Color CSS Codes

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

#f27dbb Text Font Color

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

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


#f27dbb Background Color

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

This div background color is #f27dbb


#f27dbb Border Color

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

This div border color is #f27dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27dbb


Comments

No comments written yet.

Please login to write comment.