Color Hex Logo

#ff5fc8 Color Hex

#FF5FC8
(255,95,200)
0 Favorites   0 Comments

Color spaces of #ff5fc8

RGB 25595200
HSL0.891.000.69
HSV321°63°100°
CMYK 0.000.630.22   0.00
XYZ55.757533.614558.1931
Yxy33.61450.37790.2278
Hunter Lab57.978070.2021-18.9253
CIE-Lab64.655470.9079-23.2446

#ff5fc8 color RGB value is (255,95,200).

#ff5fc8 hex color red value is 255, green value is 95 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #ff5fc8 hue: 0.89 , saturation: 1.00 and the lightness value of ff5fc8 is 0.69.

The process color (four color CMYK) of #ff5fc8 color hex is 0.00, 0.63, 0.22, 0.00. Web safe color of #ff5fc8 is #ff66cc. Color #ff5fc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011111 11001000
Octal 377 137 310
Decimal 255 95 200
Hex FF 5F C8

RGB Percentages of Color #ff5fc8

%46.36
%17.27
%36.36

CMYK Percentages of Color #ff5fc8

%0
%63
%22
%0

Triadic Colors of #ff5fc8

#ff5fc8 #c8ff5f #5fc8ff

Analogous Colors of #ff5fc8

#ff5fc8 #ff5f78 #e65fff

Monochromatic Colors of #ff5fc8

#ff5fc8

Complementary Color

#ff5fc8 #5fff96

#ff5fc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5fc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5fc8 Color CSS Codes

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

#ff5fc8 Text Font Color

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

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


#ff5fc8 Background Color

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

This div background color is #ff5fc8


#ff5fc8 Border Color

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

This div border color is #ff5fc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5fc8

Related Colors

#ff5fc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.