Color Hex Logo

#de649d Color Hex

#DE649D
(222,100,157)
0 Favorites   0 Comments

Color spaces of #de649d

RGB 222100157
HSL0.920.650.63
HSV332°55°87°
CMYK 0.000.550.29   0.13
XYZ40.767227.078334.9762
Yxy27.07830.39650.2634
Hunter Lab52.036848.7778-3.4256
CIE-Lab59.046753.5975-7.5818

#de649d color RGB value is (222,100,157).

#de649d hex color red value is 222, green value is 100 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #de649d hue: 0.92 , saturation: 0.65 and the lightness value of de649d is 0.63.

The process color (four color CMYK) of #de649d color hex is 0.00, 0.55, 0.29, 0.13. Web safe color of #de649d is #cc6699. Color #de649d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100100 10011101
Octal 336 144 235
Decimal 222 100 157
Hex DE 64 9D

RGB Percentages of Color #de649d

%46.35
%20.88
%32.78

CMYK Percentages of Color #de649d

%0
%55
%29
%13

Triadic Colors of #de649d

#de649d #9dde64 #649dde

Analogous Colors of #de649d

#de649d #de6864 #de64da

Monochromatic Colors of #de649d

#de649d

Complementary Color

#de649d #64dea5

#de649d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de649d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de649d Color CSS Codes

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

#de649d Text Font Color

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

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


#de649d Background Color

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

This div background color is #de649d


#de649d Border Color

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

This div border color is #de649d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de649d


Comments

No comments written yet.

Please login to write comment.