Color Hex Logo

#de508d Color Hex

#DE508D
(222,80,141)
0 Favorites   0 Comments

Color spaces of #de508d

RGB 22280141
HSL0.930.680.59
HSV334°64°87°
CMYK 0.000.640.36   0.13
XYZ37.800623.190027.6831
Yxy23.19000.42630.2615
Hunter Lab48.156055.8426-0.3744
CIE-Lab55.267560.5095-3.8264

#de508d color RGB value is (222,80,141).

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

The process color (four color CMYK) of #de508d color hex is 0.00, 0.64, 0.36, 0.13. Web safe color of #de508d is #cc6699. Color #de508d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 10001101
Octal 336 120 215
Decimal 222 80 141
Hex DE 50 8D

RGB Percentages of Color #de508d

%50.11
%18.06
%31.83

CMYK Percentages of Color #de508d

%0
%64
%36
%13

Triadic Colors of #de508d

#de508d #8dde50 #508dde

Analogous Colors of #de508d

#de508d #de5a50 #de50d4

Monochromatic Colors of #de508d

#de508d

Complementary Color

#de508d #50dea1

#de508d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de508d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de508d Color CSS Codes

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

#de508d Text Font Color

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

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


#de508d Background Color

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

This div background color is #de508d


#de508d Border Color

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

This div border color is #de508d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de508d


Comments

No comments written yet.

Please login to write comment.