Color Hex Logo

#df6bbb Color Hex

#DF6BBB
(223,107,187)
0 Favorites   0 Comments

Color spaces of #df6bbb

RGB 223107187
HSL0.890.640.65
HSV319°52°87°
CMYK 0.000.520.16   0.13
XYZ44.658829.791250.4102
Yxy29.79120.35770.2386
Hunter Lab54.581350.5326-16.5521
CIE-Lab61.473654.7723-21.1458

#df6bbb color RGB value is (223,107,187).

#df6bbb hex color red value is 223, green value is 107 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #df6bbb hue: 0.89 , saturation: 0.64 and the lightness value of df6bbb is 0.65.

The process color (four color CMYK) of #df6bbb color hex is 0.00, 0.52, 0.16, 0.13. Web safe color of #df6bbb is #cc66cc. Color #df6bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101011 10111011
Octal 337 153 273
Decimal 223 107 187
Hex DF 6B BB

RGB Percentages of Color #df6bbb

%43.13
%20.70
%36.17

CMYK Percentages of Color #df6bbb

%0
%52
%16
%13

Triadic Colors of #df6bbb

#df6bbb #bbdf6b #6bbbdf

Analogous Colors of #df6bbb

#df6bbb #df6b81 #c96bdf

Monochromatic Colors of #df6bbb

#df6bbb

Complementary Color

#df6bbb #6bdf8f

#df6bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6bbb Color CSS Codes

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

#df6bbb Text Font Color

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

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


#df6bbb Background Color

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

This div background color is #df6bbb


#df6bbb Border Color

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

This div border color is #df6bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6bbb


Comments

No comments written yet.

Please login to write comment.