Color Hex Logo

#ff8bdd Color Hex

#FF8BDD
(255,139,221)
0 Favorites   0 Comments

Color spaces of #ff8bdd

RGB 255139221
HSL0.881.000.77
HSV318°45°100°
CMYK 0.000.450.13   0.00
XYZ63.523844.945773.7339
Yxy44.94570.34860.2467
Hunter Lab67.041651.8112-18.2795
CIE-Lab72.856154.1550-22.4299

#ff8bdd color RGB value is (255,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001011 11011101
Octal 377 213 335
Decimal 255 139 221
Hex FF 8B DD

RGB Percentages of Color #ff8bdd

%41.46
%22.60
%35.93

CMYK Percentages of Color #ff8bdd

%0
%45
%13
%0

Triadic Colors of #ff8bdd

#ff8bdd #ddff8b #8bddff

Analogous Colors of #ff8bdd

#ff8bdd #ff8ba3 #e78bff

Monochromatic Colors of #ff8bdd

#ff8bdd

Complementary Color

#ff8bdd #8bffad

#ff8bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8bdd Color CSS Codes

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

#ff8bdd Text Font Color

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

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


#ff8bdd Background Color

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

This div background color is #ff8bdd


#ff8bdd Border Color

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

This div border color is #ff8bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8bdd

#ff8bdd Color Palettes


Comments

No comments written yet.

Please login to write comment.