Color Hex Logo

#ff8cda Color Hex

#FF8CDA
(255,140,218)
1 Favorites   0 Comments

Color spaces of #ff8cda

RGB 255140218
HSL0.891.000.77
HSV319°45°100°
CMYK 0.000.450.15   0.00
XYZ63.273045.078171.6958
Yxy45.07810.35140.2504
Hunter Lab67.140250.7231-16.3148
CIE-Lab72.943353.2033-20.6463

#ff8cda color RGB value is (255,140,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001100 11011010
Octal 377 214 332
Decimal 255 140 218
Hex FF 8C DA

RGB Percentages of Color #ff8cda

%41.60
%22.84
%35.56

CMYK Percentages of Color #ff8cda

%0
%45
%15
%0

Triadic Colors of #ff8cda

#ff8cda #daff8c #8cdaff

Analogous Colors of #ff8cda

#ff8cda #ff8ca1 #eb8cff

Monochromatic Colors of #ff8cda

#ff8cda

Complementary Color

#ff8cda #8cffb1

#ff8cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8cda Color CSS Codes

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

#ff8cda Text Font Color

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

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


#ff8cda Background Color

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

This div background color is #ff8cda


#ff8cda Border Color

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

This div border color is #ff8cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8cda

#ff8cda Color Palettes


Comments

No comments written yet.

Please login to write comment.