Color Hex Logo

#df62bd Color Hex

#DF62BD
(223,98,189)
0 Favorites   0 Comments

Color spaces of #df62bd

RGB 22398189
HSL0.880.660.63
HSV316°56°87°
CMYK 0.000.560.15   0.13
XYZ43.984428.097551.2492
Yxy28.09750.35660.2278
Hunter Lab53.007155.3540-20.2188
CIE-Lab59.976759.2580-24.5804

#df62bd color RGB value is (223,98,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100010 10111101
Octal 337 142 275
Decimal 223 98 189
Hex DF 62 BD

RGB Percentages of Color #df62bd

%43.73
%19.22
%37.06

CMYK Percentages of Color #df62bd

%0
%56
%15
%13

Triadic Colors of #df62bd

#df62bd #bddf62 #62bddf

Analogous Colors of #df62bd

#df62bd #df627f #c362df

Monochromatic Colors of #df62bd

#df62bd

Complementary Color

#df62bd #62df84

#df62bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df62bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df62bd Color CSS Codes

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

#df62bd Text Font Color

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

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


#df62bd Background Color

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

This div background color is #df62bd


#df62bd Border Color

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

This div border color is #df62bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,98,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df62bd


Comments

No comments written yet.

Please login to write comment.