Color Hex Logo

#f224eb Color Hex

#F224EB
(242,36,235)
0 Favorites   0 Comments

Color spaces of #f224eb

RGB 24236235
HSL0.840.890.55
HSV302°85°95°
CMYK 0.000.850.03   0.05
XYZ52.244226.137280.8887
Yxy26.13720.32800.1641
Hunter Lab51.124692.9412-58.0208
CIE-Lab58.167189.8924-53.2623

#f224eb color RGB value is (242,36,235).

#f224eb hex color red value is 242, green value is 36 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f224eb hue: 0.84 , saturation: 0.89 and the lightness value of f224eb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100100 11101011
Octal 362 44 353
Decimal 242 36 235
Hex F2 24 EB

RGB Percentages of Color #f224eb

%47.17
%7.02
%45.81

CMYK Percentages of Color #f224eb

%0
%85
%3
%5

Triadic Colors of #f224eb

#f224eb #ebf224 #24ebf2

Analogous Colors of #f224eb

#f224eb #f22484 #9224f2

Monochromatic Colors of #f224eb

#f224eb

Complementary Color

#f224eb #24f22b

#f224eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f224eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f224eb Color CSS Codes

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

#f224eb Text Font Color

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

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


#f224eb Background Color

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

This div background color is #f224eb


#f224eb Border Color

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

This div border color is #f224eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f224eb


Comments

No comments written yet.

Please login to write comment.