Color Hex Logo

#f21ae1 Color Hex

#F21AE1
(242,26,225)
0 Favorites   0 Comments

Color spaces of #f21ae1

RGB 24226225
HSL0.850.890.53
HSV305°89°95°
CMYK 0.000.890.07   0.05
XYZ50.578025.052373.4040
Yxy25.05230.33940.1681
Hunter Lab50.052392.7834-51.9150
CIE-Lab57.126389.9769-49.2879

#f21ae1 color RGB value is (242,26,225).

#f21ae1 hex color red value is 242, green value is 26 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #f21ae1 hue: 0.85 , saturation: 0.89 and the lightness value of f21ae1 is 0.53.

The process color (four color CMYK) of #f21ae1 color hex is 0.00, 0.89, 0.07, 0.05. Web safe color of #f21ae1 is #ff33cc. Color #f21ae1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011010 11100001
Octal 362 32 341
Decimal 242 26 225
Hex F2 1A E1

RGB Percentages of Color #f21ae1

%49.09
%5.27
%45.64

CMYK Percentages of Color #f21ae1

%0
%89
%7
%5

Triadic Colors of #f21ae1

#f21ae1 #e1f21a #1ae1f2

Analogous Colors of #f21ae1

#f21ae1 #f21a75 #971af2

Monochromatic Colors of #f21ae1

#f21ae1

Complementary Color

#f21ae1 #1af22b

#f21ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21ae1 Color CSS Codes

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

#f21ae1 Text Font Color

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

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


#f21ae1 Background Color

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

This div background color is #f21ae1


#f21ae1 Border Color

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

This div border color is #f21ae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21ae1


Comments

No comments written yet.

Please login to write comment.