Color Hex Logo

#dd1afd Color Hex

#DD1AFD
(221,26,253)
0 Favorites   0 Comments

Color spaces of #dd1afd

RGB 22126253
HSL0.810.980.55
HSV292°90°99°
CMYK 0.130.900.00   0.01
XYZ47.917823.202894.8815
Yxy23.20280.28870.1398
Hunter Lab48.169393.2718-83.0680
CIE-Lab55.280690.7007-68.1334

#dd1afd color RGB value is (221,26,253).

#dd1afd hex color red value is 221, green value is 26 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dd1afd hue: 0.81 , saturation: 0.98 and the lightness value of dd1afd is 0.55.

The process color (four color CMYK) of #dd1afd color hex is 0.13, 0.90, 0.00, 0.01. Web safe color of #dd1afd is #cc33ff. Color #dd1afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011010 11111101
Octal 335 32 375
Decimal 221 26 253
Hex DD 1A FD

RGB Percentages of Color #dd1afd

%44.20
%5.20
%50.60

CMYK Percentages of Color #dd1afd

%13
%90
%0
%1

Triadic Colors of #dd1afd

#dd1afd #fddd1a #1afddd

Analogous Colors of #dd1afd

#dd1afd #fd1aac #6c1afd

Monochromatic Colors of #dd1afd

#dd1afd

Complementary Color

#dd1afd #3afd1a

#dd1afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1afd Color CSS Codes

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

#dd1afd Text Font Color

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

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


#dd1afd Background Color

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

This div background color is #dd1afd


#dd1afd Border Color

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

This div border color is #dd1afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1afd

Related Colors


Comments

No comments written yet.

Please login to write comment.