Color Hex Logo

#dd3afa Color Hex

#DD3AFA
(221,58,250)
0 Favorites   0 Comments

Color spaces of #dd3afa

RGB 22158250
HSL0.810.950.60
HSV291°77°98°
CMYK 0.120.770.00   0.02
XYZ48.587225.300492.7651
Yxy25.30040.29150.1518
Hunter Lab50.299584.3993-74.1362
CIE-Lab57.366983.5524-63.1052

#dd3afa color RGB value is (221,58,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111010 11111010
Octal 335 72 372
Decimal 221 58 250
Hex DD 3A FA

RGB Percentages of Color #dd3afa

%41.78
%10.96
%47.26

CMYK Percentages of Color #dd3afa

%12
%77
%0
%2

Triadic Colors of #dd3afa

#dd3afa #fadd3a #3afadd

Analogous Colors of #dd3afa

#dd3afa #fa3ab7 #7d3afa

Monochromatic Colors of #dd3afa

#dd3afa

Complementary Color

#dd3afa #57fa3a

#dd3afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3afa Color CSS Codes

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

#dd3afa Text Font Color

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

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


#dd3afa Background Color

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

This div background color is #dd3afa


#dd3afa Border Color

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

This div border color is #dd3afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3afa

Related Colors


Comments

No comments written yet.

Please login to write comment.