Color Hex Logo

#df3cbb Color Hex

#DF3CBB
(223,60,187)
0 Favorites   0 Comments

Color spaces of #df3cbb

RGB 22360187
HSL0.870.720.55
HSV313°73°87°
CMYK 0.000.730.16   0.13
XYZ41.016922.507549.1963
Yxy22.50750.36390.1997
Hunter Lab47.442171.3018-28.2729
CIE-Lab54.561473.6992-31.8115

#df3cbb color RGB value is (223,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111100 10111011
Octal 337 74 273
Decimal 223 60 187
Hex DF 3C BB

RGB Percentages of Color #df3cbb

%47.45
%12.77
%39.79

CMYK Percentages of Color #df3cbb

%0
%73
%16
%13

Triadic Colors of #df3cbb

#df3cbb #bbdf3c #3cbbdf

Analogous Colors of #df3cbb

#df3cbb #df3c6a #b23cdf

Monochromatic Colors of #df3cbb

#df3cbb

Complementary Color

#df3cbb #3cdf60

#df3cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3cbb Color CSS Codes

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

#df3cbb Text Font Color

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

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


#df3cbb Background Color

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

This div background color is #df3cbb


#df3cbb Border Color

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

This div border color is #df3cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3cbb


Comments

No comments written yet.

Please login to write comment.