Color Hex Logo

#ff19dd Color Hex

#FF19DD
(255,25,221)
0 Favorites   0 Comments

Color spaces of #ff19dd

RGB 25525221
HSL0.861.000.55
HSV309°90°100°
CMYK 0.000.900.13   0.00
XYZ54.638827.175770.7723
Yxy27.17570.35810.1781
Hunter Lab52.130395.8613-44.0011
CIE-Lab59.136691.8777-43.7006

#ff19dd color RGB value is (255,25,221).

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

The process color (four color CMYK) of #ff19dd color hex is 0.00, 0.90, 0.13, 0.00. Web safe color of #ff19dd is #ff00cc. Color #ff19dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00011001 11011101
Octal 377 31 335
Decimal 255 25 221
Hex FF 19 DD

RGB Percentages of Color #ff19dd

%50.90
%4.99
%44.11

CMYK Percentages of Color #ff19dd

%0
%90
%13
%0

Triadic Colors of #ff19dd

#ff19dd #ddff19 #19ddff

Analogous Colors of #ff19dd

#ff19dd #ff196a #ae19ff

Monochromatic Colors of #ff19dd

#ff19dd

Complementary Color

#ff19dd #19ff3b

#ff19dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff19dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff19dd Color CSS Codes

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

#ff19dd Text Font Color

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

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


#ff19dd Background Color

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

This div background color is #ff19dd


#ff19dd Border Color

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

This div border color is #ff19dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff19dd

Related Colors


Comments

No comments written yet.

Please login to write comment.