Color Hex Logo

#f272da Color Hex

#F272DA
(242,114,218)
0 Favorites   0 Comments

Color spaces of #f272da

RGB 242114218
HSL0.860.830.70
HSV311°53°95°
CMYK 0.000.530.10   0.05
XYZ55.290235.973870.3592
Yxy35.97380.34210.2226
Hunter Lab59.978259.5864-27.5672
CIE-Lab66.499961.7849-30.6675

#f272da color RGB value is (242,114,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110010 11011010
Octal 362 162 332
Decimal 242 114 218
Hex F2 72 DA

RGB Percentages of Color #f272da

%42.16
%19.86
%37.98

CMYK Percentages of Color #f272da

%0
%53
%10
%5

Triadic Colors of #f272da

#f272da #daf272 #72daf2

Analogous Colors of #f272da

#f272da #f2729a #ca72f2

Monochromatic Colors of #f272da

#f272da

Complementary Color

#f272da #72f28a

#f272da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f272da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f272da Color CSS Codes

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

#f272da Text Font Color

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

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


#f272da Background Color

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

This div background color is #f272da


#f272da Border Color

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

This div border color is #f272da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f272da


Comments

No comments written yet.

Please login to write comment.