Color Hex Logo

#dd1aef Color Hex

#DD1AEF
(221,26,239)
0 Favorites   0 Comments

Color spaces of #dd1aef

RGB 22126239
HSL0.820.870.52
HSV295°89°94°
CMYK 0.080.890.00   0.06
XYZ45.768222.342983.5617
Yxy22.34290.30180.1473
Hunter Lab47.268390.1157-71.7261
CIE-Lab54.389088.5022-61.7499

#dd1aef color RGB value is (221,26,239).

#dd1aef hex color red value is 221, green value is 26 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dd1aef hue: 0.82 , saturation: 0.87 and the lightness value of dd1aef is 0.52.

The process color (four color CMYK) of #dd1aef color hex is 0.08, 0.89, 0.00, 0.06. Web safe color of #dd1aef is #cc33ff. Color #dd1aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011010 11101111
Octal 335 32 357
Decimal 221 26 239
Hex DD 1A EF

RGB Percentages of Color #dd1aef

%45.47
%5.35
%49.18

CMYK Percentages of Color #dd1aef

%8
%89
%0
%6

Triadic Colors of #dd1aef

#dd1aef #efdd1a #1aefdd

Analogous Colors of #dd1aef

#dd1aef #ef1a97 #731aef

Monochromatic Colors of #dd1aef

#dd1aef

Complementary Color

#dd1aef #2cef1a

#dd1aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1aef Color CSS Codes

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

#dd1aef Text Font Color

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

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


#dd1aef Background Color

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

This div background color is #dd1aef


#dd1aef Border Color

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

This div border color is #dd1aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1aef


Comments

No comments written yet.

Please login to write comment.