Color Hex Logo

#df3dbb Color Hex

#DF3DBB
(223,61,187)
0 Favorites   0 Comments

Color spaces of #df3dbb

RGB 22361187
HSL0.870.720.56
HSV313°73°87°
CMYK 0.000.730.16   0.13
XYZ41.069822.613349.2139
Yxy22.61330.36380.2003
Hunter Lab47.553470.9440-28.0729
CIE-Lab54.671873.3858-31.6395

#df3dbb color RGB value is (223,61,187).

#df3dbb hex color red value is 223, green value is 61 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #df3dbb hue: 0.87 , saturation: 0.72 and the lightness value of df3dbb is 0.56.

The process color (four color CMYK) of #df3dbb color hex is 0.00, 0.73, 0.16, 0.13. Web safe color of #df3dbb is #cc33cc. Color #df3dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111101 10111011
Octal 337 75 273
Decimal 223 61 187
Hex DF 3D BB

RGB Percentages of Color #df3dbb

%47.35
%12.95
%39.70

CMYK Percentages of Color #df3dbb

%0
%73
%16
%13

Triadic Colors of #df3dbb

#df3dbb #bbdf3d #3dbbdf

Analogous Colors of #df3dbb

#df3dbb #df3d6a #b23ddf

Monochromatic Colors of #df3dbb

#df3dbb

Complementary Color

#df3dbb #3ddf61

#df3dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3dbb Color CSS Codes

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

#df3dbb Text Font Color

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

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


#df3dbb Background Color

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

This div background color is #df3dbb


#df3dbb Border Color

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

This div border color is #df3dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3dbb


Comments

No comments written yet.

Please login to write comment.