Color Hex Logo

#de506b Color Hex

#DE506B
(222,80,107)
0 Favorites   0 Comments

Color spaces of #de506b

RGB 22280107
HSL0.970.680.59
HSV349°64°87°
CMYK 0.000.640.52   0.13
XYZ35.646722.328516.3410
Yxy22.32850.47970.3005
Hunter Lab47.253051.963812.5735
CIE-Lab54.373857.240715.0498

#de506b color RGB value is (222,80,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010000 01101011
Octal 336 120 153
Decimal 222 80 107
Hex DE 50 6B

RGB Percentages of Color #de506b

%54.28
%19.56
%26.16

CMYK Percentages of Color #de506b

%0
%64
%52
%13

Triadic Colors of #de506b

#de506b #6bde50 #506bde

Analogous Colors of #de506b

#de506b #de7c50 #de50b2

Monochromatic Colors of #de506b

#de506b

Complementary Color

#de506b #50dec3

#de506b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de506b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de506b Color CSS Codes

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

#de506b Text Font Color

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

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


#de506b Background Color

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

This div background color is #de506b


#de506b Border Color

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

This div border color is #de506b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de506b


Comments

No comments written yet.

Please login to write comment.