Color Hex Logo

#ff5afd Color Hex

#FF5AFD
(255,90,253)
0 Favorites   0 Comments

Color spaces of #ff5afd

RGB 25590253
HSL0.841.000.68
HSV301°65°100°
CMYK 0.000.650.01   0.00
XYZ62.625835.664296.5116
Yxy35.66420.32150.1831
Hunter Lab59.719582.6777-54.0138
CIE-Lab66.262580.5059-50.2868

#ff5afd color RGB value is (255,90,253).

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

The process color (four color CMYK) of #ff5afd color hex is 0.00, 0.65, 0.01, 0.00. Web safe color of #ff5afd is #ff66ff. Color #ff5afd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011010 11111101
Octal 377 132 375
Decimal 255 90 253
Hex FF 5A FD

RGB Percentages of Color #ff5afd

%42.64
%15.05
%42.31

CMYK Percentages of Color #ff5afd

%0
%65
%1
%0

Triadic Colors of #ff5afd

#ff5afd #fdff5a #5afdff

Analogous Colors of #ff5afd

#ff5afd #ff5aab #af5aff

Monochromatic Colors of #ff5afd

#ff5afd

Complementary Color

#ff5afd #5aff5c

#ff5afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5afd Color CSS Codes

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

#ff5afd Text Font Color

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

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


#ff5afd Background Color

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

This div background color is #ff5afd


#ff5afd Border Color

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

This div border color is #ff5afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5afd

Related Colors


Comments

No comments written yet.

Please login to write comment.