Color Hex Logo

#f272ab Color Hex

#F272AB
(242,114,171)
0 Favorites   0 Comments

Color spaces of #f272ab

RGB 242114171
HSL0.930.830.70
HSV333°53°95°
CMYK 0.000.530.29   0.05
XYZ49.985933.852142.4276
Yxy33.85210.39590.2681
Hunter Lab58.182651.5338-2.5074
CIE-Lab64.845055.1195-6.6927

#f272ab color RGB value is (242,114,171).

#f272ab hex color red value is 242, green value is 114 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f272ab hue: 0.93 , saturation: 0.83 and the lightness value of f272ab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110010 10101011
Octal 362 162 253
Decimal 242 114 171
Hex F2 72 AB

RGB Percentages of Color #f272ab

%45.92
%21.63
%32.45

CMYK Percentages of Color #f272ab

%0
%53
%29
%5

Triadic Colors of #f272ab

#f272ab #abf272 #72abf2

Analogous Colors of #f272ab

#f272ab #f27972 #f272eb

Monochromatic Colors of #f272ab

#f272ab

Complementary Color

#f272ab #72f2b9

#f272ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f272ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f272ab Color CSS Codes

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

#f272ab Text Font Color

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

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


#f272ab Background Color

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

This div background color is #f272ab


#f272ab Border Color

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

This div border color is #f272ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f272ab

#f272ab Color Palettes


Comments

No comments written yet.

Please login to write comment.