Color Hex Logo

#ff9dbc Color Hex

#FF9DBC
(255,157,188)
0 Favorites   0 Comments

Color spaces of #ff9dbc

RGB 255157188
HSL0.951.000.81
HSV341°38°100°
CMYK 0.000.380.26   0.00
XYZ62.374149.004853.7483
Yxy49.00480.37770.2968
Hunter Lab70.003436.54023.4798
CIE-Lab75.454340.3026-0.3836

#ff9dbc color RGB value is (255,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011101 10111100
Octal 377 235 274
Decimal 255 157 188
Hex FF 9D BC

RGB Percentages of Color #ff9dbc

%42.50
%26.17
%31.33

CMYK Percentages of Color #ff9dbc

%0
%38
%26
%0

Triadic Colors of #ff9dbc

#ff9dbc #bcff9d #9dbcff

Analogous Colors of #ff9dbc

#ff9dbc #ffaf9d #ff9ded

Monochromatic Colors of #ff9dbc

#ff9dbc

Complementary Color

#ff9dbc #9dffe0

#ff9dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9dbc Color CSS Codes

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

#ff9dbc Text Font Color

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

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


#ff9dbc Background Color

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

This div background color is #ff9dbc


#ff9dbc Border Color

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

This div border color is #ff9dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9dbc

#ff9dbc Color Palettes


Comments

No comments written yet.

Please login to write comment.