Color Hex Logo

#f272ad Color Hex

#F272AD
(242,114,173)
0 Favorites   0 Comments

Color spaces of #f272ad

RGB 242114173
HSL0.920.830.70
HSV332°53°95°
CMYK 0.000.530.29   0.05
XYZ50.178133.929043.4394
Yxy33.92900.39340.2660
Hunter Lab58.248651.8333-3.4420
CIE-Lab64.906255.3725-7.7394

#f272ad color RGB value is (242,114,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110010 10101101
Octal 362 162 255
Decimal 242 114 173
Hex F2 72 AD

RGB Percentages of Color #f272ad

%45.75
%21.55
%32.70

CMYK Percentages of Color #f272ad

%0
%53
%29
%5

Triadic Colors of #f272ad

#f272ad #adf272 #72adf2

Analogous Colors of #f272ad

#f272ad #f27772 #f272ed

Monochromatic Colors of #f272ad

#f272ad

Complementary Color

#f272ad #72f2b7

#f272ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f272ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f272ad Color CSS Codes

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

#f272ad Text Font Color

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

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


#f272ad Background Color

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

This div background color is #f272ad


#f272ad Border Color

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

This div border color is #f272ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f272ad


Comments

No comments written yet.

Please login to write comment.