Color Hex Logo

#dd62cd Color Hex

#DD62CD
(221,98,205)
0 Favorites   0 Comments

Color spaces of #dd62cd

RGB 22198205
HSL0.860.640.63
HSV308°56°87°
CMYK 0.000.560.07   0.13
XYZ45.205928.515360.8790
Yxy28.51530.33590.2119
Hunter Lab53.399757.6609-30.2145
CIE-Lab60.351561.1902-33.1249

#dd62cd color RGB value is (221,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 11001101
Octal 335 142 315
Decimal 221 98 205
Hex DD 62 CD

RGB Percentages of Color #dd62cd

%42.18
%18.70
%39.12

CMYK Percentages of Color #dd62cd

%0
%56
%7
%13

Triadic Colors of #dd62cd

#dd62cd #cddd62 #62cddd

Analogous Colors of #dd62cd

#dd62cd #dd6290 #b062dd

Monochromatic Colors of #dd62cd

#dd62cd

Complementary Color

#dd62cd #62dd72

#dd62cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd62cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd62cd Color CSS Codes

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

#dd62cd Text Font Color

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

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


#dd62cd Background Color

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

This div background color is #dd62cd


#dd62cd Border Color

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

This div border color is #dd62cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd62cd


Comments

No comments written yet.

Please login to write comment.