Color Hex Logo

#df62cd Color Hex

#DF62CD
(223,98,205)
0 Favorites   0 Comments

Color spaces of #df62cd

RGB 22398205
HSL0.860.660.63
HSV309°56°87°
CMYK 0.000.560.08   0.13
XYZ45.818628.831160.9077
Yxy28.83110.33800.2127
Hunter Lab53.694658.3518-29.6685
CIE-Lab60.632361.7352-32.6666

#df62cd color RGB value is (223,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100010 11001101
Octal 337 142 315
Decimal 223 98 205
Hex DF 62 CD

RGB Percentages of Color #df62cd

%42.40
%18.63
%38.97

CMYK Percentages of Color #df62cd

%0
%56
%8
%13

Triadic Colors of #df62cd

#df62cd #cddf62 #62cddf

Analogous Colors of #df62cd

#df62cd #df628f #b362df

Monochromatic Colors of #df62cd

#df62cd

Complementary Color

#df62cd #62df74

#df62cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df62cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df62cd Color CSS Codes

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

#df62cd Text Font Color

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

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


#df62cd Background Color

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

This div background color is #df62cd


#df62cd Border Color

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

This div border color is #df62cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df62cd


Comments

No comments written yet.

Please login to write comment.