Color Hex Logo

#dd17fe Color Hex

#DD17FE
(221,23,254)
0 Favorites   0 Comments

Color spaces of #dd17fe

RGB 22123254
HSL0.810.990.54
HSV291°91°100°
CMYK 0.130.910.00   0.00
XYZ48.014623.140795.7019
Yxy23.14070.28780.1387
Hunter Lab48.104893.9820-84.2809
CIE-Lab55.217091.2429-68.7921

#dd17fe color RGB value is (221,23,254).

#dd17fe hex color red value is 221, green value is 23 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dd17fe hue: 0.81 , saturation: 0.99 and the lightness value of dd17fe is 0.54.

The process color (four color CMYK) of #dd17fe color hex is 0.13, 0.91, 0.00, 0.00. Web safe color of #dd17fe is #cc00ff. Color #dd17fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010111 11111110
Octal 335 27 376
Decimal 221 23 254
Hex DD 17 FE

RGB Percentages of Color #dd17fe

%44.38
%4.62
%51.00

CMYK Percentages of Color #dd17fe

%13
%91
%0
%0

Triadic Colors of #dd17fe

#dd17fe #fedd17 #17fedd

Analogous Colors of #dd17fe

#dd17fe #fe17ac #6a17fe

Monochromatic Colors of #dd17fe

#dd17fe

Complementary Color

#dd17fe #38fe17

#dd17fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd17fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd17fe Color CSS Codes

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

#dd17fe Text Font Color

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

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


#dd17fe Background Color

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

This div background color is #dd17fe


#dd17fe Border Color

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

This div border color is #dd17fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd17fe


Comments

No comments written yet.

Please login to write comment.