Color Hex Logo

#ff50de Color Hex

#FF50DE
(255,80,222)
0 Favorites   0 Comments

Color spaces of #ff50de

RGB 25580222
HSL0.861.000.66
HSV311°69°100°
CMYK 0.000.690.13   0.00
XYZ57.293532.271272.3165
Yxy32.27120.35390.1994
Hunter Lab56.807780.6128-35.7110
CIE-Lab63.566479.4107-37.3140

#ff50de color RGB value is (255,80,222).

#ff50de hex color red value is 255, green value is 80 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ff50de hue: 0.86 , saturation: 1.00 and the lightness value of ff50de is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010000 11011110
Octal 377 120 336
Decimal 255 80 222
Hex FF 50 DE

RGB Percentages of Color #ff50de

%45.78
%14.36
%39.86

CMYK Percentages of Color #ff50de

%0
%69
%13
%0

Triadic Colors of #ff50de

#ff50de #deff50 #50deff

Analogous Colors of #ff50de

#ff50de #ff5087 #c950ff

Monochromatic Colors of #ff50de

#ff50de

Complementary Color

#ff50de #50ff71

#ff50de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff50de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff50de Color CSS Codes

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

#ff50de Text Font Color

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

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


#ff50de Background Color

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

This div background color is #ff50de


#ff50de Border Color

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

This div border color is #ff50de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,80,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ff50de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff50de

Related Colors


Comments

No comments written yet.

Please login to write comment.