Color Hex Logo

#df6bcc Color Hex

#DF6BCC
(223,107,204)
0 Favorites   0 Comments

Color spaces of #df6bcc

RGB 223107204
HSL0.860.640.65
HSV310°52°87°
CMYK 0.000.520.09   0.13
XYZ46.588230.563060.5705
Yxy30.56300.33830.2219
Hunter Lab55.283853.6770-26.2611
CIE-Lab62.137057.4322-29.7676

#df6bcc color RGB value is (223,107,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101011 11001100
Octal 337 153 314
Decimal 223 107 204
Hex DF 6B CC

RGB Percentages of Color #df6bcc

%41.76
%20.04
%38.20

CMYK Percentages of Color #df6bcc

%0
%52
%9
%13

Triadic Colors of #df6bcc

#df6bcc #ccdf6b #6bccdf

Analogous Colors of #df6bcc

#df6bcc #df6b92 #b86bdf

Monochromatic Colors of #df6bcc

#df6bcc

Complementary Color

#df6bcc #6bdf7e

#df6bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6bcc Color CSS Codes

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

#df6bcc Text Font Color

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

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


#df6bcc Background Color

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

This div background color is #df6bcc


#df6bcc Border Color

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

This div border color is #df6bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6bcc


Comments

No comments written yet.

Please login to write comment.