Color Hex Logo

#f43aef Color Hex

#F43AEF
(244,58,239)
0 Favorites   0 Comments

Color spaces of #f43aef

RGB 24458239
HSL0.840.890.59
HSV302°76°96°
CMYK 0.000.760.02   0.04
XYZ54.401328.491284.2934
Yxy28.49120.32540.1704
Hunter Lab53.377188.5149-56.2670
CIE-Lab60.329986.1307-52.0397

#f43aef color RGB value is (244,58,239).

#f43aef hex color red value is 244, green value is 58 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f43aef hue: 0.84 , saturation: 0.89 and the lightness value of f43aef is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00111010 11101111
Octal 364 72 357
Decimal 244 58 239
Hex F4 3A EF

RGB Percentages of Color #f43aef

%45.10
%10.72
%44.18

CMYK Percentages of Color #f43aef

%0
%76
%2
%4

Triadic Colors of #f43aef

#f43aef #eff43a #3aeff4

Analogous Colors of #f43aef

#f43aef #f43a92 #9c3af4

Monochromatic Colors of #f43aef

#f43aef

Complementary Color

#f43aef #3af43f

#f43aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43aef Color CSS Codes

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

#f43aef Text Font Color

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

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


#f43aef Background Color

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

This div background color is #f43aef


#f43aef Border Color

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

This div border color is #f43aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,58,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43aef


Comments

No comments written yet.

Please login to write comment.