Color Hex Logo

#f445ef Color Hex

#F445EF
(244,69,239)
0 Favorites   0 Comments

Color spaces of #f445ef

RGB 24469239
HSL0.840.890.61
HSV302°72°96°
CMYK 0.000.720.02   0.04
XYZ55.016329.721384.4985
Yxy29.72130.32510.1756
Hunter Lab54.517284.7288-53.7339
CIE-Lab61.413083.0209-50.3212

#f445ef color RGB value is (244,69,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000101 11101111
Octal 364 105 357
Decimal 244 69 239
Hex F4 45 EF

RGB Percentages of Color #f445ef

%44.20
%12.50
%43.30

CMYK Percentages of Color #f445ef

%0
%72
%2
%4

Triadic Colors of #f445ef

#f445ef #eff445 #45eff4

Analogous Colors of #f445ef

#f445ef #f44598 #a245f4

Monochromatic Colors of #f445ef

#f445ef

Complementary Color

#f445ef #45f44a

#f445ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f445ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f445ef Color CSS Codes

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

#f445ef Text Font Color

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

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


#f445ef Background Color

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

This div background color is #f445ef


#f445ef Border Color

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

This div border color is #f445ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f445ef


Comments

No comments written yet.

Please login to write comment.