Color Hex Logo

#f453da Color Hex

#F453DA
(244,83,218)
0 Favorites   0 Comments

Color spaces of #f453da

RGB 24483218
HSL0.860.880.64
HSV310°66°96°
CMYK 0.000.660.11   0.04
XYZ53.056430.481669.4168
Yxy30.48160.34690.1993
Hunter Lab55.210174.9190-35.8994
CIE-Lab62.067675.1914-37.5340

#f453da color RGB value is (244,83,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010011 11011010
Octal 364 123 332
Decimal 244 83 218
Hex F4 53 DA

RGB Percentages of Color #f453da

%44.77
%15.23
%40.00

CMYK Percentages of Color #f453da

%0
%66
%11
%4

Triadic Colors of #f453da

#f453da #daf453 #53daf4

Analogous Colors of #f453da

#f453da #f4538a #be53f4

Monochromatic Colors of #f453da

#f453da

Complementary Color

#f453da #53f46d

#f453da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f453da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f453da Color CSS Codes

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

#f453da Text Font Color

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

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


#f453da Background Color

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

This div background color is #f453da


#f453da Border Color

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

This div border color is #f453da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f453da


Comments

No comments written yet.

Please login to write comment.