Color Hex Logo

#f55ddf Color Hex

#F55DDF
(245,93,223)
0 Favorites   0 Comments

Color spaces of #f55ddf

RGB 24593223
HSL0.860.880.66
HSV309°62°96°
CMYK 0.000.620.09   0.04
XYZ54.889832.568973.2054
Yxy32.56890.34160.2027
Hunter Lab57.069271.8124-36.1058
CIE-Lab63.810372.3680-37.6055

#f55ddf color RGB value is (245,93,223).

#f55ddf hex color red value is 245, green value is 93 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f55ddf hue: 0.86 , saturation: 0.88 and the lightness value of f55ddf is 0.66.

The process color (four color CMYK) of #f55ddf color hex is 0.00, 0.62, 0.09, 0.04. Web safe color of #f55ddf is #ff66cc. Color #f55ddf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011101 11011111
Octal 365 135 337
Decimal 245 93 223
Hex F5 5D DF

RGB Percentages of Color #f55ddf

%43.67
%16.58
%39.75

CMYK Percentages of Color #f55ddf

%0
%62
%9
%4

Triadic Colors of #f55ddf

#f55ddf #dff55d #5ddff5

Analogous Colors of #f55ddf

#f55ddf #f55d93 #bf5df5

Monochromatic Colors of #f55ddf

#f55ddf

Complementary Color

#f55ddf #5df573

#f55ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55ddf Color CSS Codes

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

#f55ddf Text Font Color

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

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


#f55ddf Background Color

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

This div background color is #f55ddf


#f55ddf Border Color

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

This div border color is #f55ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,93,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f55ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f55ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #f55ddf;
  box-shadow:         1px 1px 3px 2px #f55ddf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,93,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55ddf


Comments

No comments written yet.

Please login to write comment.