Color Hex Logo

#ff5ade Color Hex

#FF5ADE
(255,90,222)
0 Favorites   0 Comments

Color spaces of #ff5ade

RGB 25590222
HSL0.871.000.68
HSV312°65°100°
CMYK 0.000.650.13   0.00
XYZ58.081033.846372.5790
Yxy33.84630.35310.2057
Hunter Lab58.177676.3929-33.2425
CIE-Lab64.840475.8457-35.3284

#ff5ade color RGB value is (255,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011010 11011110
Octal 377 132 336
Decimal 255 90 222
Hex FF 5A DE

RGB Percentages of Color #ff5ade

%44.97
%15.87
%39.15

CMYK Percentages of Color #ff5ade

%0
%65
%13
%0

Triadic Colors of #ff5ade

#ff5ade #deff5a #5adeff

Analogous Colors of #ff5ade

#ff5ade #ff5a8c #ce5aff

Monochromatic Colors of #ff5ade

#ff5ade

Complementary Color

#ff5ade #5aff7b

#ff5ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5ade Color CSS Codes

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

#ff5ade Text Font Color

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

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


#ff5ade Background Color

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

This div background color is #ff5ade


#ff5ade Border Color

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

This div border color is #ff5ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5ade

Related Colors


Comments

No comments written yet.

Please login to write comment.