Color Hex Logo

#ff9dce Color Hex

#FF9DCE
(255,157,206)
0 Favorites   0 Comments

Color spaces of #ff9dce

RGB 255157206
HSL0.921.000.81
HSV330°38°100°
CMYK 0.000.380.19   0.00
XYZ64.437549.830264.6145
Yxy49.83020.36020.2786
Hunter Lab70.590539.4077-4.8573
CIE-Lab75.964942.8410-9.5084

#ff9dce color RGB value is (255,157,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011101 11001110
Octal 377 235 316
Decimal 255 157 206
Hex FF 9D CE

RGB Percentages of Color #ff9dce

%41.26
%25.40
%33.33

CMYK Percentages of Color #ff9dce

%0
%38
%19
%0

Triadic Colors of #ff9dce

#ff9dce #ceff9d #9dceff

Analogous Colors of #ff9dce

#ff9dce #ff9d9d #ff9dff

Monochromatic Colors of #ff9dce

#ff9dce

Complementary Color

#ff9dce #9dffce

#ff9dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9dce Color CSS Codes

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

#ff9dce Text Font Color

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

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


#ff9dce Background Color

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

This div background color is #ff9dce


#ff9dce Border Color

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

This div border color is #ff9dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9dce

Related Colors


Comments

No comments written yet.

Please login to write comment.