Color Hex Logo

#ff15dd Color Hex

#FF15DD
(255,21,221)
0 Favorites   0 Comments

Color spaces of #ff15dd

RGB 25521221
HSL0.861.000.54
HSV309°92°100°
CMYK 0.000.920.13   0.00
XYZ54.559327.016870.7458
Yxy27.01680.35820.1774
Hunter Lab51.977796.4047-44.3141
CIE-Lab58.989992.3084-43.9320

#ff15dd color RGB value is (255,21,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00010101 11011101
Octal 377 25 335
Decimal 255 21 221
Hex FF 15 DD

RGB Percentages of Color #ff15dd

%51.31
%4.23
%44.47

CMYK Percentages of Color #ff15dd

%0
%92
%13
%0

Triadic Colors of #ff15dd

#ff15dd #ddff15 #15ddff

Analogous Colors of #ff15dd

#ff15dd #ff1568 #ac15ff

Monochromatic Colors of #ff15dd

#ff15dd

Complementary Color

#ff15dd #15ff37

#ff15dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff15dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff15dd Color CSS Codes

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

#ff15dd Text Font Color

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

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


#ff15dd Background Color

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

This div background color is #ff15dd


#ff15dd Border Color

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

This div border color is #ff15dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff15dd

Related Colors


Comments

No comments written yet.

Please login to write comment.