Color Hex Logo

#f27fef Color Hex

#F27FEF
(242,127,239)
0 Favorites   0 Comments

Color spaces of #f27fef

RGB 242127239
HSL0.840.820.72
HSV302°48°95°
CMYK 0.000.480.01   0.05
XYZ59.787340.288086.2866
Yxy40.28800.32080.2162
Hunter Lab63.472857.0580-36.1694
CIE-Lab69.674259.1254-37.3652

#f27fef color RGB value is (242,127,239).

#f27fef hex color red value is 242, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f27fef hue: 0.84 , saturation: 0.82 and the lightness value of f27fef is 0.72.

The process color (four color CMYK) of #f27fef color hex is 0.00, 0.48, 0.01, 0.05. Web safe color of #f27fef is #ff66ff. Color #f27fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01111111 11101111
Octal 362 177 357
Decimal 242 127 239
Hex F2 7F EF

RGB Percentages of Color #f27fef

%39.80
%20.89
%39.31

CMYK Percentages of Color #f27fef

%0
%48
%1
%5

Triadic Colors of #f27fef

#f27fef #eff27f #7feff2

Analogous Colors of #f27fef

#f27fef #f27fb6 #bc7ff2

Monochromatic Colors of #f27fef

#f27fef

Complementary Color

#f27fef #7ff282

#f27fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f27fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f27fef Color CSS Codes

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

#f27fef Text Font Color

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

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


#f27fef Background Color

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

This div background color is #f27fef


#f27fef Border Color

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

This div border color is #f27fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f27fef


Comments

No comments written yet.

Please login to write comment.