Color Hex Logo

#f21cea Color Hex

#F21CEA
(242,28,234)
0 Favorites   0 Comments

Color spaces of #f21cea

RGB 24228234
HSL0.840.890.53
HSV302°88°95°
CMYK 0.000.880.03   0.05
XYZ51.884525.648380.0579
Yxy25.64830.32920.1628
Hunter Lab50.644294.2445-58.2743
CIE-Lab57.701790.9560-53.4423

#f21cea color RGB value is (242,28,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011100 11101010
Octal 362 34 352
Decimal 242 28 234
Hex F2 1C EA

RGB Percentages of Color #f21cea

%48.02
%5.56
%46.43

CMYK Percentages of Color #f21cea

%0
%88
%3
%5

Triadic Colors of #f21cea

#f21cea #eaf21c #1ceaf2

Analogous Colors of #f21cea

#f21cea #f21c7f #8f1cf2

Monochromatic Colors of #f21cea

#f21cea

Complementary Color

#f21cea #1cf224

#f21cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21cea Color CSS Codes

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

#f21cea Text Font Color

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

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


#f21cea Background Color

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

This div background color is #f21cea


#f21cea Border Color

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

This div border color is #f21cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21cea


Comments

No comments written yet.

Please login to write comment.