Color Hex Logo

#ff85dd Color Hex

#FF85DD
(255,133,221)
0 Favorites   0 Comments

Color spaces of #ff85dd

RGB 255133221
HSL0.881.000.76
HSV317°48°100°
CMYK 0.000.480.13   0.00
XYZ62.678743.255573.4522
Yxy43.25550.34940.2411
Hunter Lab65.768955.0174-20.1782
CIE-Lab71.728057.0702-24.1509

#ff85dd color RGB value is (255,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000101 11011101
Octal 377 205 335
Decimal 255 133 221
Hex FF 85 DD

RGB Percentages of Color #ff85dd

%41.87
%21.84
%36.29

CMYK Percentages of Color #ff85dd

%0
%48
%13
%0

Triadic Colors of #ff85dd

#ff85dd #ddff85 #85ddff

Analogous Colors of #ff85dd

#ff85dd #ff85a0 #e485ff

Monochromatic Colors of #ff85dd

#ff85dd

Complementary Color

#ff85dd #85ffa7

#ff85dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff85dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff85dd Color CSS Codes

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

#ff85dd Text Font Color

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

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


#ff85dd Background Color

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

This div background color is #ff85dd


#ff85dd Border Color

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

This div border color is #ff85dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff85dd

Related Colors


Comments

No comments written yet.

Please login to write comment.