Color Hex Logo

#ff8cdd Color Hex

#FF8CDD
(255,140,221)
0 Favorites   0 Comments

Color spaces of #ff8cdd

RGB 255140221
HSL0.881.000.77
HSV318°45°100°
CMYK 0.000.450.13   0.00
XYZ63.669245.236673.7824
Yxy45.23660.34850.2476
Hunter Lab67.258251.2733-17.9606
CIE-Lab73.047453.6638-22.1386

#ff8cdd color RGB value is (255,140,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001100 11011101
Octal 377 214 335
Decimal 255 140 221
Hex FF 8C DD

RGB Percentages of Color #ff8cdd

%41.40
%22.73
%35.88

CMYK Percentages of Color #ff8cdd

%0
%45
%13
%0

Triadic Colors of #ff8cdd

#ff8cdd #ddff8c #8cddff

Analogous Colors of #ff8cdd

#ff8cdd #ff8ca4 #e88cff

Monochromatic Colors of #ff8cdd

#ff8cdd

Complementary Color

#ff8cdd #8cffae

#ff8cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8cdd Color CSS Codes

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

#ff8cdd Text Font Color

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

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


#ff8cdd Background Color

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

This div background color is #ff8cdd


#ff8cdd Border Color

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

This div border color is #ff8cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8cdd

#ff8cdd Color Palettes


Comments

No comments written yet.

Please login to write comment.