Color Hex Logo

#f271ec Color Hex

#F271EC
(242,113,236)
0 Favorites   0 Comments

Color spaces of #f271ec

RGB 242113236
HSL0.840.830.70
HSV303°53°95°
CMYK 0.000.530.02   0.05
XYZ57.663436.743683.4099
Yxy36.74360.32430.2066
Hunter Lab60.616563.7250-39.1531
CIE-Lab67.084265.1546-39.7505

#f271ec color RGB value is (242,113,236).

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

The process color (four color CMYK) of #f271ec color hex is 0.00, 0.53, 0.02, 0.05. Web safe color of #f271ec is #ff66ff. Color #f271ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110001 11101100
Octal 362 161 354
Decimal 242 113 236
Hex F2 71 EC

RGB Percentages of Color #f271ec

%40.95
%19.12
%39.93

CMYK Percentages of Color #f271ec

%0
%53
%2
%5

Triadic Colors of #f271ec

#f271ec #ecf271 #71ecf2

Analogous Colors of #f271ec

#f271ec #f271ac #b871f2

Monochromatic Colors of #f271ec

#f271ec

Complementary Color

#f271ec #71f277

#f271ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f271ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f271ec Color CSS Codes

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

#f271ec Text Font Color

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

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


#f271ec Background Color

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

This div background color is #f271ec


#f271ec Border Color

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

This div border color is #f271ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f271ec


Comments

No comments written yet.

Please login to write comment.