Color Hex Logo

#f426ea Color Hex

#F426EA
(244,38,234)
0 Favorites   0 Comments

Color spaces of #f426ea

RGB 24438234
HSL0.840.900.55
HSV303°84°96°
CMYK 0.000.840.04   0.04
XYZ52.852626.559880.1828
Yxy26.55980.33120.1664
Hunter Lab51.536292.8711-56.1712
CIE-Lab58.564689.7624-52.0483

#f426ea color RGB value is (244,38,234).

#f426ea hex color red value is 244, green value is 38 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f426ea hue: 0.84 , saturation: 0.90 and the lightness value of f426ea is 0.55.

The process color (four color CMYK) of #f426ea color hex is 0.00, 0.84, 0.04, 0.04. Web safe color of #f426ea is #ff33ff. Color #f426ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100110 11101010
Octal 364 46 352
Decimal 244 38 234
Hex F4 26 EA

RGB Percentages of Color #f426ea

%47.29
%7.36
%45.35

CMYK Percentages of Color #f426ea

%0
%84
%4
%4

Triadic Colors of #f426ea

#f426ea #eaf426 #26eaf4

Analogous Colors of #f426ea

#f426ea #f42683 #9726f4

Monochromatic Colors of #f426ea

#f426ea

Complementary Color

#f426ea #26f430

#f426ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f426ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f426ea Color CSS Codes

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

#f426ea Text Font Color

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

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


#f426ea Background Color

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

This div background color is #f426ea


#f426ea Border Color

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

This div border color is #f426ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f426ea


Comments

No comments written yet.

Please login to write comment.