Color Hex Logo

#dd70cd Color Hex

#DD70CD
(221,112,205)
0 Favorites   0 Comments

Color spaces of #dd70cd

RGB 221112205
HSL0.860.620.65
HSV309°49°87°
CMYK 0.000.490.07   0.13
XYZ46.632431.368361.3545
Yxy31.36830.33460.2251
Hunter Lab56.007450.6081-25.7453
CIE-Lab62.817354.6244-29.3013

#dd70cd color RGB value is (221,112,205).

#dd70cd hex color red value is 221, green value is 112 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dd70cd hue: 0.86 , saturation: 0.62 and the lightness value of dd70cd is 0.65.

The process color (four color CMYK) of #dd70cd color hex is 0.00, 0.49, 0.07, 0.13. Web safe color of #dd70cd is #cc66cc. Color #dd70cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110000 11001101
Octal 335 160 315
Decimal 221 112 205
Hex DD 70 CD

RGB Percentages of Color #dd70cd

%41.08
%20.82
%38.10

CMYK Percentages of Color #dd70cd

%0
%49
%7
%13

Triadic Colors of #dd70cd

#dd70cd #cddd70 #70cddd

Analogous Colors of #dd70cd

#dd70cd #dd7097 #b770dd

Monochromatic Colors of #dd70cd

#dd70cd

Complementary Color

#dd70cd #70dd80

#dd70cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd70cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd70cd Color CSS Codes

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

#dd70cd Text Font Color

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

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


#dd70cd Background Color

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

This div background color is #dd70cd


#dd70cd Border Color

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

This div border color is #dd70cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd70cd


Comments

No comments written yet.

Please login to write comment.