Color Hex Logo

#df3cbe Color Hex

#DF3CBE
(223,60,190)
0 Favorites   0 Comments

Color spaces of #df3cbe

RGB 22360190
HSL0.870.720.55
HSV312°73°87°
CMYK 0.000.730.15   0.13
XYZ41.341522.637450.9057
Yxy22.63740.35990.1970
Hunter Lab47.578871.8369-30.1307
CIE-Lab54.696974.1093-33.3352

#df3cbe color RGB value is (223,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111100 10111110
Octal 337 74 276
Decimal 223 60 190
Hex DF 3C BE

RGB Percentages of Color #df3cbe

%47.15
%12.68
%40.17

CMYK Percentages of Color #df3cbe

%0
%73
%15
%13

Triadic Colors of #df3cbe

#df3cbe #bedf3c #3cbedf

Analogous Colors of #df3cbe

#df3cbe #df3c6d #af3cdf

Monochromatic Colors of #df3cbe

#df3cbe

Complementary Color

#df3cbe #3cdf5d

#df3cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3cbe Color CSS Codes

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

#df3cbe Text Font Color

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

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


#df3cbe Background Color

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

This div background color is #df3cbe


#df3cbe Border Color

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

This div border color is #df3cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3cbe


Comments

No comments written yet.

Please login to write comment.