Color Hex Logo

#ff8cce Color Hex

#FF8CCE
(255,140,206)
0 Favorites   0 Comments

Color spaces of #ff8cce

RGB 255140206
HSL0.901.000.77
HSV326°45°100°
CMYK 0.000.450.19   0.00
XYZ61.758744.472463.7215
Yxy44.47240.36340.2617
Hunter Lab66.687648.6036-9.9716
CIE-Lab72.543151.4171-14.6302

#ff8cce color RGB value is (255,140,206).

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

The process color (four color CMYK) of #ff8cce color hex is 0.00, 0.45, 0.19, 0.00. Web safe color of #ff8cce is #ff99cc. Color #ff8cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001100 11001110
Octal 377 214 316
Decimal 255 140 206
Hex FF 8C CE

RGB Percentages of Color #ff8cce

%42.43
%23.29
%34.28

CMYK Percentages of Color #ff8cce

%0
%45
%19
%0

Triadic Colors of #ff8cce

#ff8cce #ceff8c #8cceff

Analogous Colors of #ff8cce

#ff8cce #ff8c95 #f78cff

Monochromatic Colors of #ff8cce

#ff8cce

Complementary Color

#ff8cce #8cffbd

#ff8cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8cce Color CSS Codes

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

#ff8cce Text Font Color

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

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


#ff8cce Background Color

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

This div background color is #ff8cce


#ff8cce Border Color

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

This div border color is #ff8cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8cce


Comments

No comments written yet.

Please login to write comment.