Color Hex Logo

#f55fcd Color Hex

#F55FCD
(245,95,205)
0 Favorites   0 Comments

Color spaces of #f55fcd

RGB 24595205
HSL0.880.880.67
HSV316°61°96°
CMYK 0.000.610.16   0.04
XYZ52.767832.004761.1540
Yxy32.00470.36160.2193
Hunter Lab56.572767.4924-24.4905
CIE-Lab63.346868.9298-28.2083

#f55fcd color RGB value is (245,95,205).

#f55fcd hex color red value is 245, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f55fcd hue: 0.88 , saturation: 0.88 and the lightness value of f55fcd is 0.67.

The process color (four color CMYK) of #f55fcd color hex is 0.00, 0.61, 0.16, 0.04. Web safe color of #f55fcd is #ff66cc. Color #f55fcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011111 11001101
Octal 365 137 315
Decimal 245 95 205
Hex F5 5F CD

RGB Percentages of Color #f55fcd

%44.95
%17.43
%37.61

CMYK Percentages of Color #f55fcd

%0
%61
%16
%4

Triadic Colors of #f55fcd

#f55fcd #cdf55f #5fcdf5

Analogous Colors of #f55fcd

#f55fcd #f55f82 #d25ff5

Monochromatic Colors of #f55fcd

#f55fcd

Complementary Color

#f55fcd #5ff587

#f55fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f55fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f55fcd Color CSS Codes

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

#f55fcd Text Font Color

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

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


#f55fcd Background Color

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

This div background color is #f55fcd


#f55fcd Border Color

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

This div border color is #f55fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f55fcd


Comments

No comments written yet.

Please login to write comment.