Color Hex Logo

#f225eb Color Hex

#F225EB
(242,37,235)
0 Favorites   0 Comments

Color spaces of #f225eb

RGB 24237235
HSL0.840.890.55
HSV302°85°95°
CMYK 0.000.850.03   0.05
XYZ52.274926.198580.8989
Yxy26.19850.32800.1644
Hunter Lab51.184592.7299-57.8809
CIE-Lab58.225089.7229-53.1700

#f225eb color RGB value is (242,37,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100101 11101011
Octal 362 45 353
Decimal 242 37 235
Hex F2 25 EB

RGB Percentages of Color #f225eb

%47.08
%7.20
%45.72

CMYK Percentages of Color #f225eb

%0
%85
%3
%5

Triadic Colors of #f225eb

#f225eb #ebf225 #25ebf2

Analogous Colors of #f225eb

#f225eb #f22585 #9325f2

Monochromatic Colors of #f225eb

#f225eb

Complementary Color

#f225eb #25f22c

#f225eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f225eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f225eb Color CSS Codes

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

#f225eb Text Font Color

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

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


#f225eb Background Color

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

This div background color is #f225eb


#f225eb Border Color

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

This div border color is #f225eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f225eb


Comments

No comments written yet.

Please login to write comment.