Color Hex Logo

#ff6fcf Color Hex

#FF6FCF
(255,111,207)
0 Favorites   0 Comments

Color spaces of #ff6fcf

RGB 255111207
HSL0.891.000.72
HSV320°56°100°
CMYK 0.000.560.19   0.00
XYZ58.186937.133963.1322
Yxy37.13390.36720.2344
Hunter Lab60.937663.8018-18.7690
CIE-Lab67.377465.1681-23.0194

#ff6fcf color RGB value is (255,111,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101111 11001111
Octal 377 157 317
Decimal 255 111 207
Hex FF 6F CF

RGB Percentages of Color #ff6fcf

%44.50
%19.37
%36.13

CMYK Percentages of Color #ff6fcf

%0
%56
%19
%0

Triadic Colors of #ff6fcf

#ff6fcf #cfff6f #6fcfff

Analogous Colors of #ff6fcf

#ff6fcf #ff6f87 #e76fff

Monochromatic Colors of #ff6fcf

#ff6fcf

Complementary Color

#ff6fcf #6fff9f

#ff6fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6fcf Color CSS Codes

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

#ff6fcf Text Font Color

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

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


#ff6fcf Background Color

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

This div background color is #ff6fcf


#ff6fcf Border Color

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

This div border color is #ff6fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6fcf

#ff6fcf Color Palettes


Comments

No comments written yet.

Please login to write comment.