Color Hex Logo

#f55396 Color Hex

#F55396
(245,83,150)
0 Favorites   0 Comments

Color spaces of #f55396

RGB 24583150
HSL0.930.890.64
HSV335°66°96°
CMYK 0.000.660.39   0.04
XYZ46.254527.801031.7824
Yxy27.80100.43700.2627
Hunter Lab52.726764.31761.1700
CIE-Lab59.708566.9562-2.1379

#f55396 color RGB value is (245,83,150).

#f55396 hex color red value is 245, green value is 83 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f55396 hue: 0.93 , saturation: 0.89 and the lightness value of f55396 is 0.64.

The process color (four color CMYK) of #f55396 color hex is 0.00, 0.66, 0.39, 0.04. Web safe color of #f55396 is #ff6699. Color #f55396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010011 10010110
Octal 365 123 226
Decimal 245 83 150
Hex F5 53 96

RGB Percentages of Color #f55396

%51.26
%17.36
%31.38

CMYK Percentages of Color #f55396

%0
%66
%39
%4

Triadic Colors of #f55396

#f55396 #96f553 #5396f5

Analogous Colors of #f55396

#f55396 #f56153 #f553e7

Monochromatic Colors of #f55396

#f55396

Complementary Color

#f55396 #53f5b2

#f55396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55396 Color CSS Codes

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

#f55396 Text Font Color

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

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


#f55396 Background Color

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

This div background color is #f55396


#f55396 Border Color

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

This div border color is #f55396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55396


Comments

No comments written yet.

Please login to write comment.