Color Hex Logo

#de6bdf Color Hex

#DE6BDF
(222,107,223)
0 Favorites   0 Comments

Color spaces of #de6bdf

RGB 222107223
HSL0.830.640.65
HSV299°52°87°
CMYK 0.000.520.00   0.13
XYZ48.701231.372773.3007
Yxy31.37270.31750.2045
Hunter Lab56.011357.1838-38.3835
CIE-Lab62.821060.3560-39.3872

#de6bdf color RGB value is (222,107,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101011 11011111
Octal 336 153 337
Decimal 222 107 223
Hex DE 6B DF

RGB Percentages of Color #de6bdf

%40.22
%19.38
%40.40

CMYK Percentages of Color #de6bdf

%0
%52
%0
%13

Triadic Colors of #de6bdf

#de6bdf #dfde6b #6bdfde

Analogous Colors of #de6bdf

#de6bdf #df6ba6 #a46bdf

Monochromatic Colors of #de6bdf

#de6bdf

Complementary Color

#de6bdf #6cdf6b

#de6bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6bdf Color CSS Codes

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

#de6bdf Text Font Color

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

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


#de6bdf Background Color

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

This div background color is #de6bdf


#de6bdf Border Color

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

This div border color is #de6bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6bdf


Comments

No comments written yet.

Please login to write comment.