Color Hex Logo

#dd47fa Color Hex

#DD47FA
(221,71,250)
0 Favorites   0 Comments

Color spaces of #dd47fa

RGB 22171250
HSL0.810.950.63
HSV290°72°98°
CMYK 0.120.720.00   0.02
XYZ49.327426.780893.0118
Yxy26.78080.29170.1584
Hunter Lab51.750279.5804-70.3382
CIE-Lab58.770979.5210-60.8525

#dd47fa color RGB value is (221,71,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 11111010
Octal 335 107 372
Decimal 221 71 250
Hex DD 47 FA

RGB Percentages of Color #dd47fa

%40.77
%13.10
%46.13

CMYK Percentages of Color #dd47fa

%12
%72
%0
%2

Triadic Colors of #dd47fa

#dd47fa #fadd47 #47fadd

Analogous Colors of #dd47fa

#dd47fa #fa47be #8447fa

Monochromatic Colors of #dd47fa

#dd47fa

Complementary Color

#dd47fa #64fa47

#dd47fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd47fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd47fa Color CSS Codes

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

#dd47fa Text Font Color

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

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


#dd47fa Background Color

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

This div background color is #dd47fa


#dd47fa Border Color

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

This div border color is #dd47fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd47fa

Related Colors


Comments

No comments written yet.

Please login to write comment.