Color Hex Logo

#ff73dd Color Hex

#FF73DD
(255,115,221)
0 Favorites   0 Comments

Color spaces of #ff73dd

RGB 255115221
HSL0.871.000.73
HSV315°55°100°
CMYK 0.000.550.13   0.00
XYZ60.421938.741972.7000
Yxy38.74190.35160.2254
Hunter Lab62.243064.3523-25.6808
CIE-Lab68.563965.4215-29.0056

#ff73dd color RGB value is (255,115,221).

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

The process color (four color CMYK) of #ff73dd color hex is 0.00, 0.55, 0.13, 0.00. Web safe color of #ff73dd is #ff66cc. Color #ff73dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110011 11011101
Octal 377 163 335
Decimal 255 115 221
Hex FF 73 DD

RGB Percentages of Color #ff73dd

%43.15
%19.46
%37.39

CMYK Percentages of Color #ff73dd

%0
%55
%13
%0

Triadic Colors of #ff73dd

#ff73dd #ddff73 #73ddff

Analogous Colors of #ff73dd

#ff73dd #ff7397 #db73ff

Monochromatic Colors of #ff73dd

#ff73dd

Complementary Color

#ff73dd #73ff95

#ff73dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff73dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff73dd Color CSS Codes

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

#ff73dd Text Font Color

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

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


#ff73dd Background Color

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

This div background color is #ff73dd


#ff73dd Border Color

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

This div border color is #ff73dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff73dd

Related Colors


Comments

No comments written yet.

Please login to write comment.