Color Hex Logo

#ff00cf Color Hex

#FF00CF
(255,0,207)
1 Favorites   0 Comments

Color spaces of #ff00cf

RGB 2550207
HSL0.861.000.50
HSV311°100°100°
CMYK 0.001.000.19   0.00
XYZ52.502525.765061.2374
Yxy25.76500.37630.1847
Hunter Lab50.759295.8017-35.9977
CIE-Lab57.813392.0910-37.8237

#ff00cf color RGB value is (255,0,207).

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

The process color (four color CMYK) of #ff00cf color hex is 0.00, 1.00, 0.19, 0.00. Web safe color of #ff00cf is #ff00cc. Color #ff00cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000000 11001111
Octal 377 0 317
Decimal 255 0 207
Hex FF 0 CF

RGB Percentages of Color #ff00cf

%55.19
%0.00
%44.81

CMYK Percentages of Color #ff00cf

%0
%100
%19
%0

Triadic Colors of #ff00cf

#ff00cf #cfff00 #00cfff

Analogous Colors of #ff00cf

#ff00cf #ff004f #b000ff

Monochromatic Colors of #ff00cf

#ff00cf

Complementary Color

#ff00cf #00ff30

#ff00cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff00cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff00cf Color CSS Codes

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

#ff00cf Text Font Color

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

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


#ff00cf Background Color

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

This div background color is #ff00cf


#ff00cf Border Color

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

This div border color is #ff00cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,0,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 #ff00cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff00cf

Related Colors

#ff00cf Color Palettes


Comments

No comments written yet.

Please login to write comment.