Color Hex Logo

#f557d2 Color Hex

#F557D2
(245,87,210)
0 Favorites   0 Comments

Color spaces of #f557d2

RGB 24587210
HSL0.870.890.65
HSV313°64°96°
CMYK 0.000.640.14   0.04
XYZ52.697230.882064.1561
Yxy30.88200.35670.2090
Hunter Lab55.571672.0170-29.5488
CIE-Lab62.407972.7933-32.4842

#f557d2 color RGB value is (245,87,210).

#f557d2 hex color red value is 245, green value is 87 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #f557d2 hue: 0.87 , saturation: 0.89 and the lightness value of f557d2 is 0.65.

The process color (four color CMYK) of #f557d2 color hex is 0.00, 0.64, 0.14, 0.04. Web safe color of #f557d2 is #ff66cc. Color #f557d2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010111 11010010
Octal 365 127 322
Decimal 245 87 210
Hex F5 57 D2

RGB Percentages of Color #f557d2

%45.20
%16.05
%38.75

CMYK Percentages of Color #f557d2

%0
%64
%14
%4

Triadic Colors of #f557d2

#f557d2 #d2f557 #57d2f5

Analogous Colors of #f557d2

#f557d2 #f55783 #c957f5

Monochromatic Colors of #f557d2

#f557d2

Complementary Color

#f557d2 #57f57a

#f557d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f557d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f557d2 Color CSS Codes

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

#f557d2 Text Font Color

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

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


#f557d2 Background Color

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

This div background color is #f557d2


#f557d2 Border Color

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

This div border color is #f557d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f557d2


Comments

No comments written yet.

Please login to write comment.