Color Hex Logo

#df6bbc Color Hex

#DF6BBC
(223,107,188)
0 Favorites   0 Comments

Color spaces of #df6bbc

RGB 223107188
HSL0.880.640.65
HSV318°52°87°
CMYK 0.000.520.16   0.13
XYZ44.766229.834250.9761
Yxy29.83420.35650.2376
Hunter Lab54.620750.7094-17.0994
CIE-Lab61.510954.9231-21.6584

#df6bbc color RGB value is (223,107,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101011 10111100
Octal 337 153 274
Decimal 223 107 188
Hex DF 6B BC

RGB Percentages of Color #df6bbc

%43.05
%20.66
%36.29

CMYK Percentages of Color #df6bbc

%0
%52
%16
%13

Triadic Colors of #df6bbc

#df6bbc #bcdf6b #6bbcdf

Analogous Colors of #df6bbc

#df6bbc #df6b82 #c86bdf

Monochromatic Colors of #df6bbc

#df6bbc

Complementary Color

#df6bbc #6bdf8e

#df6bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6bbc Color CSS Codes

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

#df6bbc Text Font Color

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

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


#df6bbc Background Color

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

This div background color is #df6bbc


#df6bbc Border Color

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

This div border color is #df6bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6bbc


Comments

No comments written yet.

Please login to write comment.