Color Hex Logo

#ff85da Color Hex

#FF85DA
(255,133,218)
0 Favorites   0 Comments

Color spaces of #ff85da

RGB 255133218
HSL0.881.000.76
HSV318°48°100°
CMYK 0.000.480.15   0.00
XYZ62.282443.097071.3656
Yxy43.09700.35240.2438
Hunter Lab65.648354.4635-18.4997
CIE-Lab71.620856.6135-22.6590

#ff85da color RGB value is (255,133,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000101 11011010
Octal 377 205 332
Decimal 255 133 218
Hex FF 85 DA

RGB Percentages of Color #ff85da

%42.08
%21.95
%35.97

CMYK Percentages of Color #ff85da

%0
%48
%15
%0

Triadic Colors of #ff85da

#ff85da #daff85 #85daff

Analogous Colors of #ff85da

#ff85da #ff859d #e785ff

Monochromatic Colors of #ff85da

#ff85da

Complementary Color

#ff85da #85ffaa

#ff85da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff85da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff85da Color CSS Codes

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

#ff85da Text Font Color

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

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


#ff85da Background Color

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

This div background color is #ff85da


#ff85da Border Color

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

This div border color is #ff85da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff85da

Related Colors


Comments

No comments written yet.

Please login to write comment.