Color Hex Logo

#ff5dfd Color Hex

#FF5DFD
(255,93,253)
0 Favorites   0 Comments

Color spaces of #ff5dfd

RGB 25593253
HSL0.841.000.68
HSV301°64°100°
CMYK 0.000.640.01   0.00
XYZ62.884036.180696.5977
Yxy36.18060.32140.1849
Hunter Lab60.150381.3494-53.1109
CIE-Lab66.657779.3998-49.6626

#ff5dfd color RGB value is (255,93,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011101 11111101
Octal 377 135 375
Decimal 255 93 253
Hex FF 5D FD

RGB Percentages of Color #ff5dfd

%42.43
%15.47
%42.10

CMYK Percentages of Color #ff5dfd

%0
%64
%1
%0

Triadic Colors of #ff5dfd

#ff5dfd #fdff5d #5dfdff

Analogous Colors of #ff5dfd

#ff5dfd #ff5dac #b05dff

Monochromatic Colors of #ff5dfd

#ff5dfd

Complementary Color

#ff5dfd #5dff5f

#ff5dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5dfd Color CSS Codes

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

#ff5dfd Text Font Color

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

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


#ff5dfd Background Color

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

This div background color is #ff5dfd


#ff5dfd Border Color

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

This div border color is #ff5dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5dfd


Comments

No comments written yet.

Please login to write comment.