Color Hex Logo

#f53566 Color Hex

#F53566
(245,53,102)
0 Favorites   0 Comments

Color spaces of #f53566

RGB 24553102
HSL0.960.910.58
HSV345°78°96°
CMYK 0.000.780.58   0.04
XYZ41.327622.918014.8158
Yxy22.91800.52270.2899
Hunter Lab47.872770.318215.1617
CIE-Lab54.987872.812919.5236

#f53566 color RGB value is (245,53,102).

#f53566 hex color red value is 245, green value is 53 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #f53566 hue: 0.96 , saturation: 0.91 and the lightness value of f53566 is 0.58.

The process color (four color CMYK) of #f53566 color hex is 0.00, 0.78, 0.58, 0.04. Web safe color of #f53566 is #ff3366. Color #f53566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110101 01100110
Octal 365 65 146
Decimal 245 53 102
Hex F5 35 66

RGB Percentages of Color #f53566

%61.25
%13.25
%25.50

CMYK Percentages of Color #f53566

%0
%78
%58
%4

Triadic Colors of #f53566

#f53566 #66f535 #3566f5

Analogous Colors of #f53566

#f53566 #f56435 #f535c6

Monochromatic Colors of #f53566

#f53566

Complementary Color

#f53566 #35f5c4

#f53566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f53566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f53566 Color CSS Codes

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

#f53566 Text Font Color

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

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


#f53566 Background Color

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

This div background color is #f53566


#f53566 Border Color

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

This div border color is #f53566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f53566


Comments

No comments written yet.

Please login to write comment.