Color Hex Logo

#ff55cf Color Hex

#FF55CF
(255,85,207)
0 Favorites   0 Comments

Color spaces of #ff55cf

RGB 25585207
HSL0.881.000.67
HSV317°67°100°
CMYK 0.000.670.19   0.00
XYZ55.751032.262062.3203
Yxy32.26200.37080.2146
Hunter Lab56.799675.8051-25.2929
CIE-Lab63.558875.6183-28.8850

#ff55cf color RGB value is (255,85,207).

#ff55cf hex color red value is 255, green value is 85 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ff55cf hue: 0.88 , saturation: 1.00 and the lightness value of ff55cf is 0.67.

The process color (four color CMYK) of #ff55cf color hex is 0.00, 0.67, 0.19, 0.00. Web safe color of #ff55cf is #ff66cc. Color #ff55cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010101 11001111
Octal 377 125 317
Decimal 255 85 207
Hex FF 55 CF

RGB Percentages of Color #ff55cf

%46.62
%15.54
%37.84

CMYK Percentages of Color #ff55cf

%0
%67
%19
%0

Triadic Colors of #ff55cf

#ff55cf #cfff55 #55cfff

Analogous Colors of #ff55cf

#ff55cf #ff557a #da55ff

Monochromatic Colors of #ff55cf

#ff55cf

Complementary Color

#ff55cf #55ff85

#ff55cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff55cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff55cf Color CSS Codes

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

#ff55cf Text Font Color

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

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


#ff55cf Background Color

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

This div background color is #ff55cf


#ff55cf Border Color

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

This div border color is #ff55cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff55cf


Comments

No comments written yet.

Please login to write comment.