Color Hex Logo

#f241e7 Color Hex

#F241E7
(242,65,231)
0 Favorites   0 Comments

Color spaces of #f241e7

RGB 24265231
HSL0.840.870.60
HSV304°73°95°
CMYK 0.000.730.05   0.05
XYZ52.932128.427478.2985
Yxy28.42740.33150.1781
Hunter Lab53.317483.9049-49.7474
CIE-Lab60.272982.6052-47.6770

#f241e7 color RGB value is (242,65,231).

#f241e7 hex color red value is 242, green value is 65 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #f241e7 hue: 0.84 , saturation: 0.87 and the lightness value of f241e7 is 0.60.

The process color (four color CMYK) of #f241e7 color hex is 0.00, 0.73, 0.05, 0.05. Web safe color of #f241e7 is #ff33ff. Color #f241e7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01000001 11100111
Octal 362 101 347
Decimal 242 65 231
Hex F2 41 E7

RGB Percentages of Color #f241e7

%44.98
%12.08
%42.94

CMYK Percentages of Color #f241e7

%0
%73
%5
%5

Triadic Colors of #f241e7

#f241e7 #e7f241 #41e7f2

Analogous Colors of #f241e7

#f241e7 #f2418f #a541f2

Monochromatic Colors of #f241e7

#f241e7

Complementary Color

#f241e7 #41f24c

#f241e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f241e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f241e7 Color CSS Codes

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

#f241e7 Text Font Color

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

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


#f241e7 Background Color

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

This div background color is #f241e7


#f241e7 Border Color

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

This div border color is #f241e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f241e7


Comments

No comments written yet.

Please login to write comment.