Color Hex Logo

#df3bbd Color Hex

#DF3BBD
(223,59,189)
0 Favorites   0 Comments

Color spaces of #df3bbd

RGB 22359189
HSL0.870.720.55
HSV312°74°87°
CMYK 0.000.740.15   0.13
XYZ41.180722.490050.3147
Yxy22.49000.36130.1973
Hunter Lab47.423672.0106-29.7079
CIE-Lab54.543174.2803-32.9973

#df3bbd color RGB value is (223,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111011 10111101
Octal 337 73 275
Decimal 223 59 189
Hex DF 3B BD

RGB Percentages of Color #df3bbd

%47.35
%12.53
%40.13

CMYK Percentages of Color #df3bbd

%0
%74
%15
%13

Triadic Colors of #df3bbd

#df3bbd #bddf3b #3bbddf

Analogous Colors of #df3bbd

#df3bbd #df3b6b #af3bdf

Monochromatic Colors of #df3bbd

#df3bbd

Complementary Color

#df3bbd #3bdf5d

#df3bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3bbd Color CSS Codes

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

#df3bbd Text Font Color

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

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


#df3bbd Background Color

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

This div background color is #df3bbd


#df3bbd Border Color

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

This div border color is #df3bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3bbd


Comments

No comments written yet.

Please login to write comment.