Color Hex Logo

#f264ed Color Hex

#F264ED
(242,100,237)
0 Favorites   0 Comments

Color spaces of #f264ed

RGB 242100237
HSL0.840.850.67
HSV302°59°95°
CMYK 0.000.590.02   0.05
XYZ56.461234.106083.7280
Yxy34.10600.32390.1957
Hunter Lab58.400370.3724-44.1233
CIE-Lab65.046670.9752-43.4960

#f264ed color RGB value is (242,100,237).

#f264ed hex color red value is 242, green value is 100 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f264ed hue: 0.84 , saturation: 0.85 and the lightness value of f264ed is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01100100 11101101
Octal 362 144 355
Decimal 242 100 237
Hex F2 64 ED

RGB Percentages of Color #f264ed

%41.80
%17.27
%40.93

CMYK Percentages of Color #f264ed

%0
%59
%2
%5

Triadic Colors of #f264ed

#f264ed #edf264 #64edf2

Analogous Colors of #f264ed

#f264ed #f264a6 #b064f2

Monochromatic Colors of #f264ed

#f264ed

Complementary Color

#f264ed #64f269

#f264ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f264ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f264ed Color CSS Codes

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

#f264ed Text Font Color

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

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


#f264ed Background Color

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

This div background color is #f264ed


#f264ed Border Color

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

This div border color is #f264ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f264ed


Comments

No comments written yet.

Please login to write comment.