Color Hex Logo

#dd39fa Color Hex

#DD39FA
(221,57,250)
0 Favorites   0 Comments

Color spaces of #dd39fa

RGB 22157250
HSL0.810.950.60
HSV291°77°98°
CMYK 0.120.770.00   0.02
XYZ48.537225.200592.7485
Yxy25.20050.29150.1514
Hunter Lab50.200184.7369-74.4027
CIE-Lab57.270383.8320-63.2606

#dd39fa color RGB value is (221,57,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111001 11111010
Octal 335 71 372
Decimal 221 57 250
Hex DD 39 FA

RGB Percentages of Color #dd39fa

%41.86
%10.80
%47.35

CMYK Percentages of Color #dd39fa

%12
%77
%0
%2

Triadic Colors of #dd39fa

#dd39fa #fadd39 #39fadd

Analogous Colors of #dd39fa

#dd39fa #fa39b7 #7d39fa

Monochromatic Colors of #dd39fa

#dd39fa

Complementary Color

#dd39fa #56fa39

#dd39fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd39fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd39fa Color CSS Codes

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

#dd39fa Text Font Color

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

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


#dd39fa Background Color

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

This div background color is #dd39fa


#dd39fa Border Color

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

This div border color is #dd39fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd39fa

Related Colors


Comments

No comments written yet.

Please login to write comment.