Color Hex Logo

#df03bd Color Hex

#DF03BD
(223,3,189)
0 Favorites   0 Comments

Color spaces of #df03bd

RGB 2233189
HSL0.860.970.44
HSV309°99°87°
CMYK 0.000.990.15   0.13
XYZ39.649319.427249.8042
Yxy19.42720.36420.1784
Hunter Lab44.076383.4380-36.1416
CIE-Lab51.183384.0129-38.2653

#df03bd color RGB value is (223,3,189).

#df03bd hex color red value is 223, green value is 3 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #df03bd hue: 0.86 , saturation: 0.97 and the lightness value of df03bd is 0.44.

The process color (four color CMYK) of #df03bd color hex is 0.00, 0.99, 0.15, 0.13. Web safe color of #df03bd is #cc00cc. Color #df03bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000011 10111101
Octal 337 3 275
Decimal 223 3 189
Hex DF 3 BD

RGB Percentages of Color #df03bd

%53.73
%0.72
%45.54

CMYK Percentages of Color #df03bd

%0
%99
%15
%13

Triadic Colors of #df03bd

#df03bd #bddf03 #03bddf

Analogous Colors of #df03bd

#df03bd #df034f #9303df

Monochromatic Colors of #df03bd

#df03bd

Complementary Color

#df03bd #03df25

#df03bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df03bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df03bd Color CSS Codes

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

#df03bd Text Font Color

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

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


#df03bd Background Color

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

This div background color is #df03bd


#df03bd Border Color

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

This div border color is #df03bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df03bd


Comments

No comments written yet.

Please login to write comment.