Color Hex Logo

#f272dc Color Hex

#F272DC
(242,114,220)
0 Favorites   0 Comments

Color spaces of #f272dc

RGB 242114220
HSL0.860.830.70
HSV310°53°95°
CMYK 0.000.530.09   0.05
XYZ55.553536.079271.7461
Yxy36.07920.34000.2208
Hunter Lab60.066059.9747-28.7731
CIE-Lab66.580462.0995-31.6575

#f272dc color RGB value is (242,114,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110010 11011100
Octal 362 162 334
Decimal 242 114 220
Hex F2 72 DC

RGB Percentages of Color #f272dc

%42.01
%19.79
%38.19

CMYK Percentages of Color #f272dc

%0
%53
%9
%5

Triadic Colors of #f272dc

#f272dc #dcf272 #72dcf2

Analogous Colors of #f272dc

#f272dc #f2729c #c872f2

Monochromatic Colors of #f272dc

#f272dc

Complementary Color

#f272dc #72f288

#f272dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f272dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f272dc Color CSS Codes

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

#f272dc Text Font Color

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

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


#f272dc Background Color

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

This div background color is #f272dc


#f272dc Border Color

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

This div border color is #f272dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f272dc


Comments

No comments written yet.

Please login to write comment.