Color Hex Logo

#df3bbb Color Hex

#DF3BBB
(223,59,187)
0 Favorites   0 Comments

Color spaces of #df3bbb

RGB 22359187
HSL0.870.720.55
HSV313°74°87°
CMYK 0.000.740.16   0.13
XYZ40.965022.403849.1790
Yxy22.40380.36400.1991
Hunter Lab47.332771.6543-28.4699
CIE-Lab54.452874.0076-31.9806

#df3bbb color RGB value is (223,59,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111011 10111011
Octal 337 73 273
Decimal 223 59 187
Hex DF 3B BB

RGB Percentages of Color #df3bbb

%47.55
%12.58
%39.87

CMYK Percentages of Color #df3bbb

%0
%74
%16
%13

Triadic Colors of #df3bbb

#df3bbb #bbdf3b #3bbbdf

Analogous Colors of #df3bbb

#df3bbb #df3b69 #b13bdf

Monochromatic Colors of #df3bbb

#df3bbb

Complementary Color

#df3bbb #3bdf5f

#df3bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3bbb Color CSS Codes

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

#df3bbb Text Font Color

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

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


#df3bbb Background Color

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

This div background color is #df3bbb


#df3bbb Border Color

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

This div border color is #df3bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3bbb


Comments

No comments written yet.

Please login to write comment.