Color Hex Logo

#f413ef Color Hex

#F413EF
(244,19,239)
0 Favorites   0 Comments

Color spaces of #f413ef

RGB 24419239
HSL0.840.910.52
HSV301°92°96°
CMYK 0.000.920.02   0.04
XYZ53.121125.930883.8667
Yxy25.93080.32610.1592
Hunter Lab50.922397.0936-62.0023
CIE-Lab57.971393.0149-55.7959

#f413ef color RGB value is (244,19,239).

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

The process color (four color CMYK) of #f413ef color hex is 0.00, 0.92, 0.02, 0.04. Web safe color of #f413ef is #ff00ff. Color #f413ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010011 11101111
Octal 364 23 357
Decimal 244 19 239
Hex F4 13 EF

RGB Percentages of Color #f413ef

%48.61
%3.78
%47.61

CMYK Percentages of Color #f413ef

%0
%92
%2
%4

Triadic Colors of #f413ef

#f413ef #eff413 #13eff4

Analogous Colors of #f413ef

#f413ef #f4137f #8913f4

Monochromatic Colors of #f413ef

#f413ef

Complementary Color

#f413ef #13f418

#f413ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f413ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f413ef Color CSS Codes

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

#f413ef Text Font Color

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

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


#f413ef Background Color

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

This div background color is #f413ef


#f413ef Border Color

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

This div border color is #f413ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f413ef


Comments

No comments written yet.

Please login to write comment.