Color Hex Logo

#f55def Color Hex

#F55DEF
(245,93,239)
0 Favorites   0 Comments

Color spaces of #f55def

RGB 24593239
HSL0.840.880.66
HSV302°62°96°
CMYK 0.000.620.02   0.04
XYZ57.150533.473285.1102
Yxy33.47320.32520.1905
Hunter Lab57.856075.0752-46.7205
CIE-Lab64.542274.8527-45.3684

#f55def color RGB value is (245,93,239).

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

The process color (four color CMYK) of #f55def color hex is 0.00, 0.62, 0.02, 0.04. Web safe color of #f55def is #ff66ff. Color #f55def contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011101 11101111
Octal 365 135 357
Decimal 245 93 239
Hex F5 5D EF

RGB Percentages of Color #f55def

%42.46
%16.12
%41.42

CMYK Percentages of Color #f55def

%0
%62
%2
%4

Triadic Colors of #f55def

#f55def #eff55d #5deff5

Analogous Colors of #f55def

#f55def #f55da3 #af5df5

Monochromatic Colors of #f55def

#f55def

Complementary Color

#f55def #5df563

#f55def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55def Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55def Color CSS Codes

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

#f55def Text Font Color

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

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


#f55def Background Color

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

This div background color is #f55def


#f55def Border Color

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

This div border color is #f55def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55def


Comments

No comments written yet.

Please login to write comment.