Color Hex Logo

#fda5ff Color Hex

#FDA5FF
(253,165,255)
0 Favorites   0 Comments

Color spaces of #fda5ff

RGB 253165255
HSL0.831.000.82
HSV299°35°100°
CMYK 0.010.350.00   0.00
XYZ72.013155.0129101.4308
Yxy55.01290.31520.2408
Hunter Lab74.170743.5088-29.1615
CIE-Lab79.048746.1284-31.4519

#fda5ff color RGB value is (253,165,255).

#fda5ff hex color red value is 253, green value is 165 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fda5ff hue: 0.83 , saturation: 1.00 and the lightness value of fda5ff is 0.82.

The process color (four color CMYK) of #fda5ff color hex is 0.01, 0.35, 0.00, 0.00. Web safe color of #fda5ff is #ff99ff. Color #fda5ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100101 11111111
Octal 375 245 377
Decimal 253 165 255
Hex FD A5 FF

RGB Percentages of Color #fda5ff

%37.59
%24.52
%37.89

CMYK Percentages of Color #fda5ff

%1
%35
%0
%0

Triadic Colors of #fda5ff

#fda5ff #fffda5 #a5fffd

Analogous Colors of #fda5ff

#fda5ff #ffa5d4 #d0a5ff

Monochromatic Colors of #fda5ff

#fda5ff

Complementary Color

#fda5ff #a7ffa5

#fda5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda5ff Color CSS Codes

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

#fda5ff Text Font Color

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

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


#fda5ff Background Color

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

This div background color is #fda5ff


#fda5ff Border Color

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

This div border color is #fda5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda5ff

Related Colors


Comments

No comments written yet.

Please login to write comment.