Color Hex Logo

#ff76da Color Hex

#FF76DA
(255,118,218)
0 Favorites   0 Comments

Color spaces of #ff76da

RGB 255118218
HSL0.881.000.73
HSV316°54°100°
CMYK 0.000.540.15   0.00
XYZ60.373339.278870.7292
Yxy39.27880.35430.2305
Hunter Lab62.672862.2733-23.0406
CIE-Lab68.952763.6301-26.7411

#ff76da color RGB value is (255,118,218).

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

The process color (four color CMYK) of #ff76da color hex is 0.00, 0.54, 0.15, 0.00. Web safe color of #ff76da is #ff66cc. Color #ff76da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110110 11011010
Octal 377 166 332
Decimal 255 118 218
Hex FF 76 DA

RGB Percentages of Color #ff76da

%43.15
%19.97
%36.89

CMYK Percentages of Color #ff76da

%0
%54
%15
%0

Triadic Colors of #ff76da

#ff76da #daff76 #76daff

Analogous Colors of #ff76da

#ff76da #ff7696 #e076ff

Monochromatic Colors of #ff76da

#ff76da

Complementary Color

#ff76da #76ff9b

#ff76da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff76da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff76da Color CSS Codes

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

#ff76da Text Font Color

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

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


#ff76da Background Color

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

This div background color is #ff76da


#ff76da Border Color

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

This div border color is #ff76da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff76da


Comments

No comments written yet.

Please login to write comment.