Color Hex Logo

#f238ed Color Hex

#F238ED
(242,56,237)
0 Favorites   0 Comments

Color spaces of #f238ed

RGB 24256237
HSL0.840.880.58
HSV302°77°95°
CMYK 0.000.770.02   0.05
XYZ53.318227.820082.6804
Yxy27.82000.32550.1698
Hunter Lab52.744788.1378-56.0193
CIE-Lab59.725885.9614-51.9025

#f238ed color RGB value is (242,56,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00111000 11101101
Octal 362 70 355
Decimal 242 56 237
Hex F2 38 ED

RGB Percentages of Color #f238ed

%45.23
%10.47
%44.30

CMYK Percentages of Color #f238ed

%0
%77
%2
%5

Triadic Colors of #f238ed

#f238ed #edf238 #38edf2

Analogous Colors of #f238ed

#f238ed #f23890 #9a38f2

Monochromatic Colors of #f238ed

#f238ed

Complementary Color

#f238ed #38f23d

#f238ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f238ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f238ed Color CSS Codes

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

#f238ed Text Font Color

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

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


#f238ed Background Color

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

This div background color is #f238ed


#f238ed Border Color

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

This div border color is #f238ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,56,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 #f238ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f238ed


Comments

No comments written yet.

Please login to write comment.