Color Hex Logo

#df6bae Color Hex

#DF6BAE
(223,107,174)
0 Favorites   0 Comments

Color spaces of #df6bae

RGB 223107174
HSL0.900.640.65
HSV325°52°87°
CMYK 0.000.520.22   0.13
XYZ43.329129.259443.4083
Yxy29.25940.37350.2522
Hunter Lab54.092048.3223-9.7153
CIE-Lab61.009952.8745-14.4220

#df6bae color RGB value is (223,107,174).

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

The process color (four color CMYK) of #df6bae color hex is 0.00, 0.52, 0.22, 0.13. Web safe color of #df6bae is #cc6699. Color #df6bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101011 10101110
Octal 337 153 256
Decimal 223 107 174
Hex DF 6B AE

RGB Percentages of Color #df6bae

%44.25
%21.23
%34.52

CMYK Percentages of Color #df6bae

%0
%52
%22
%13

Triadic Colors of #df6bae

#df6bae #aedf6b #6baedf

Analogous Colors of #df6bae

#df6bae #df6b74 #d66bdf

Monochromatic Colors of #df6bae

#df6bae

Complementary Color

#df6bae #6bdf9c

#df6bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6bae Color CSS Codes

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

#df6bae Text Font Color

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

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


#df6bae Background Color

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

This div background color is #df6bae


#df6bae Border Color

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

This div border color is #df6bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6bae


Comments

No comments written yet.

Please login to write comment.