Color Hex Logo

#f21dea Color Hex

#F21DEA
(242,29,234)
0 Favorites   0 Comments

Color spaces of #f21dea

RGB 24229234
HSL0.840.890.53
HSV302°88°95°
CMYK 0.000.880.03   0.05
XYZ51.908625.696580.0659
Yxy25.69650.32920.1630
Hunter Lab50.691794.0745-58.1624
CIE-Lab57.747890.8204-53.3688

#f21dea color RGB value is (242,29,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011101 11101010
Octal 362 35 352
Decimal 242 29 234
Hex F2 1D EA

RGB Percentages of Color #f21dea

%47.92
%5.74
%46.34

CMYK Percentages of Color #f21dea

%0
%88
%3
%5

Triadic Colors of #f21dea

#f21dea #eaf21d #1deaf2

Analogous Colors of #f21dea

#f21dea #f21d80 #901df2

Monochromatic Colors of #f21dea

#f21dea

Complementary Color

#f21dea #1df225

#f21dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21dea Color CSS Codes

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

#f21dea Text Font Color

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

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


#f21dea Background Color

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

This div background color is #f21dea


#f21dea Border Color

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

This div border color is #f21dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21dea


Comments

No comments written yet.

Please login to write comment.