Color Hex Logo

#f45bda Color Hex

#F45BDA
(244,91,218)
0 Favorites   0 Comments

Color spaces of #f45bda

RGB 24491218
HSL0.860.870.66
HSV310°63°96°
CMYK 0.000.630.11   0.04
XYZ53.704231.777269.6328
Yxy31.77720.34620.2049
Hunter Lab56.371371.4050-33.7783
CIE-Lab63.158372.1586-35.8318

#f45bda color RGB value is (244,91,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011011 11011010
Octal 364 133 332
Decimal 244 91 218
Hex F4 5B DA

RGB Percentages of Color #f45bda

%44.12
%16.46
%39.42

CMYK Percentages of Color #f45bda

%0
%63
%11
%4

Triadic Colors of #f45bda

#f45bda #daf45b #5bdaf4

Analogous Colors of #f45bda

#f45bda #f45b8e #c25bf4

Monochromatic Colors of #f45bda

#f45bda

Complementary Color

#f45bda #5bf475

#f45bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45bda Color CSS Codes

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

#f45bda Text Font Color

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

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


#f45bda Background Color

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

This div background color is #f45bda


#f45bda Border Color

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

This div border color is #f45bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45bda


Comments

No comments written yet.

Please login to write comment.