Color Hex Logo

#df6be2 Color Hex

#DF6BE2
(223,107,226)
0 Favorites   0 Comments

Color spaces of #df6be2

RGB 223107226
HSL0.830.670.65
HSV298°53°89°
CMYK 0.010.530.00   0.11
XYZ49.416631.694475.4646
Yxy31.69440.31560.2024
Hunter Lab56.297858.1611-40.0671
CIE-Lab63.089561.1483-40.6325

#df6be2 color RGB value is (223,107,226).

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

The process color (four color CMYK) of #df6be2 color hex is 0.01, 0.53, 0.00, 0.11. Web safe color of #df6be2 is #cc66cc. Color #df6be2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101011 11100010
Octal 337 153 342
Decimal 223 107 226
Hex DF 6B E2

RGB Percentages of Color #df6be2

%40.11
%19.24
%40.65

CMYK Percentages of Color #df6be2

%1
%53
%0
%11

Triadic Colors of #df6be2

#df6be2 #e2df6b #6be2df

Analogous Colors of #df6be2

#df6be2 #e26baa #a46be2

Monochromatic Colors of #df6be2

#df6be2

Complementary Color

#df6be2 #6ee26b

#df6be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6be2 Color CSS Codes

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

#df6be2 Text Font Color

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

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


#df6be2 Background Color

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

This div background color is #df6be2


#df6be2 Border Color

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

This div border color is #df6be2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6be2


Comments

No comments written yet.

Please login to write comment.