Color Hex Logo

#ff6fce Color Hex

#FF6FCE
(255,111,206)
0 Favorites   0 Comments

Color spaces of #ff6fce

RGB 255111206
HSL0.891.000.72
HSV320°56°100°
CMYK 0.000.560.19   0.00
XYZ58.065037.085162.4903
Yxy37.08510.36830.2353
Hunter Lab60.897563.6267-18.2124
CIE-Lab67.340865.0290-22.5152

#ff6fce color RGB value is (255,111,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101111 11001110
Octal 377 157 316
Decimal 255 111 206
Hex FF 6F CE

RGB Percentages of Color #ff6fce

%44.58
%19.41
%36.01

CMYK Percentages of Color #ff6fce

%0
%56
%19
%0

Triadic Colors of #ff6fce

#ff6fce #ceff6f #6fceff

Analogous Colors of #ff6fce

#ff6fce #ff6f86 #e86fff

Monochromatic Colors of #ff6fce

#ff6fce

Complementary Color

#ff6fce #6fffa0

#ff6fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6fce Color CSS Codes

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

#ff6fce Text Font Color

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

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


#ff6fce Background Color

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

This div background color is #ff6fce


#ff6fce Border Color

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

This div border color is #ff6fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6fce


Comments

No comments written yet.

Please login to write comment.