Color Hex Logo

#dd51e5 Color Hex

#DD51E5
(221,81,229)
0 Favorites   0 Comments

Color spaces of #dd51e5

RGB 22181229
HSL0.820.740.61
HSV297°65°90°
CMYK 0.030.650.00   0.10
XYZ46.904126.914276.8516
Yxy26.91420.31130.1786
Hunter Lab51.878970.5951-51.5149
CIE-Lab58.894872.2961-48.9424

#dd51e5 color RGB value is (221,81,229).

#dd51e5 hex color red value is 221, green value is 81 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dd51e5 hue: 0.82 , saturation: 0.74 and the lightness value of dd51e5 is 0.61.

The process color (four color CMYK) of #dd51e5 color hex is 0.03, 0.65, 0.00, 0.10. Web safe color of #dd51e5 is #cc66cc. Color #dd51e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01010001 11100101
Octal 335 121 345
Decimal 221 81 229
Hex DD 51 E5

RGB Percentages of Color #dd51e5

%41.62
%15.25
%43.13

CMYK Percentages of Color #dd51e5

%3
%65
%0
%10

Triadic Colors of #dd51e5

#dd51e5 #e5dd51 #51e5dd

Analogous Colors of #dd51e5

#dd51e5 #e551a3 #9351e5

Monochromatic Colors of #dd51e5

#dd51e5

Complementary Color

#dd51e5 #59e551

#dd51e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd51e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd51e5 Color CSS Codes

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

#dd51e5 Text Font Color

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

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


#dd51e5 Background Color

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

This div background color is #dd51e5


#dd51e5 Border Color

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

This div border color is #dd51e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd51e5


Comments

No comments written yet.

Please login to write comment.