Color Hex Logo

#f458da Color Hex

#F458DA
(244,88,218)
0 Favorites   0 Comments

Color spaces of #f458da

RGB 24488218
HSL0.860.880.65
HSV310°64°96°
CMYK 0.000.640.11   0.04
XYZ53.452831.274569.5490
Yxy31.27450.34650.2027
Hunter Lab55.923672.7472-34.5891
CIE-Lab62.738773.3214-36.4861

#f458da color RGB value is (244,88,218).

#f458da hex color red value is 244, green value is 88 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f458da hue: 0.86 , saturation: 0.88 and the lightness value of f458da is 0.65.

The process color (four color CMYK) of #f458da color hex is 0.00, 0.64, 0.11, 0.04. Web safe color of #f458da is #ff66cc. Color #f458da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011000 11011010
Octal 364 130 332
Decimal 244 88 218
Hex F4 58 DA

RGB Percentages of Color #f458da

%44.36
%16.00
%39.64

CMYK Percentages of Color #f458da

%0
%64
%11
%4

Triadic Colors of #f458da

#f458da #daf458 #58daf4

Analogous Colors of #f458da

#f458da #f4588c #c058f4

Monochromatic Colors of #f458da

#f458da

Complementary Color

#f458da #58f472

#f458da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f458da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f458da Color CSS Codes

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

#f458da Text Font Color

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

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


#f458da Background Color

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

This div background color is #f458da


#f458da Border Color

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

This div border color is #f458da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f458da


Comments

No comments written yet.

Please login to write comment.