Color Hex Logo

#f272de Color Hex

#F272DE
(242,114,222)
0 Favorites   0 Comments

Color spaces of #f272de

RGB 242114222
HSL0.860.830.70
HSV309°53°95°
CMYK 0.000.530.08   0.05
XYZ55.820136.185873.1498
Yxy36.18580.33800.2191
Hunter Lab60.154660.3673-29.9901
CIE-Lab66.661662.4169-32.6451

#f272de color RGB value is (242,114,222).

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

The process color (four color CMYK) of #f272de color hex is 0.00, 0.53, 0.08, 0.05. Web safe color of #f272de is #ff66cc. Color #f272de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110010 11011110
Octal 362 162 336
Decimal 242 114 222
Hex F2 72 DE

RGB Percentages of Color #f272de

%41.87
%19.72
%38.41

CMYK Percentages of Color #f272de

%0
%53
%8
%5

Triadic Colors of #f272de

#f272de #def272 #72def2

Analogous Colors of #f272de

#f272de #f2729e #c672f2

Monochromatic Colors of #f272de

#f272de

Complementary Color

#f272de #72f286

#f272de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f272de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f272de Color CSS Codes

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

#f272de Text Font Color

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

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


#f272de Background Color

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

This div background color is #f272de


#f272de Border Color

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

This div border color is #f272de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f272de


Comments

No comments written yet.

Please login to write comment.