Color Hex Logo

#de506d Color Hex

#DE506D
(222,80,109)
0 Favorites   0 Comments

Color spaces of #de506d

RGB 22280109
HSL0.970.680.59
HSV348°64°87°
CMYK 0.000.640.51   0.13
XYZ35.753222.371016.9016
Yxy22.37100.47650.2982
Hunter Lab47.298052.159111.9217
CIE-Lab54.418457.407113.9250

#de506d color RGB value is (222,80,109).

#de506d hex color red value is 222, green value is 80 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #de506d hue: 0.97 , saturation: 0.68 and the lightness value of de506d is 0.59.

The process color (four color CMYK) of #de506d color hex is 0.00, 0.64, 0.51, 0.13. Web safe color of #de506d is #cc6666. Color #de506d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 01101101
Octal 336 120 155
Decimal 222 80 109
Hex DE 50 6D

RGB Percentages of Color #de506d

%54.01
%19.46
%26.52

CMYK Percentages of Color #de506d

%0
%64
%51
%13

Triadic Colors of #de506d

#de506d #6dde50 #506dde

Analogous Colors of #de506d

#de506d #de7a50 #de50b4

Monochromatic Colors of #de506d

#de506d

Complementary Color

#de506d #50dec1

#de506d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de506d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de506d Color CSS Codes

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

#de506d Text Font Color

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

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


#de506d Background Color

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

This div background color is #de506d


#de506d Border Color

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

This div border color is #de506d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de506d


Comments

No comments written yet.

Please login to write comment.