Color Hex Logo

#dd3afe Color Hex

#DD3AFE
(221,58,254)
0 Favorites   0 Comments

Color spaces of #dd3afe

RGB 22158254
HSL0.810.990.61
HSV290°77°100°
CMYK 0.130.770.00   0.00
XYZ49.221225.554096.1041
Yxy25.55400.28800.1495
Hunter Lab50.551085.3403-77.3325
CIE-Lab57.611384.2308-64.9320

#dd3afe color RGB value is (221,58,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111010 11111110
Octal 335 72 376
Decimal 221 58 254
Hex DD 3A FE

RGB Percentages of Color #dd3afe

%41.46
%10.88
%47.65

CMYK Percentages of Color #dd3afe

%13
%77
%0
%0

Triadic Colors of #dd3afe

#dd3afe #fedd3a #3afedd

Analogous Colors of #dd3afe

#dd3afe #fe3abd #7b3afe

Monochromatic Colors of #dd3afe

#dd3afe

Complementary Color

#dd3afe #5bfe3a

#dd3afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3afe Color CSS Codes

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

#dd3afe Text Font Color

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

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


#dd3afe Background Color

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

This div background color is #dd3afe


#dd3afe Border Color

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

This div border color is #dd3afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3afe

Related Colors


Comments

No comments written yet.

Please login to write comment.