Color Hex Logo

#de7ab3 Color Hex

#DE7AB3
(222,122,179)
0 Favorites   0 Comments

Color spaces of #de7ab3

RGB 222122179
HSL0.910.600.67
HSV326°45°87°
CMYK 0.000.450.19   0.13
XYZ45.220432.703346.5768
Yxy32.70330.36320.2627
Hunter Lab57.186841.0718-8.2590
CIE-Lab63.919945.8505-12.9023

#de7ab3 color RGB value is (222,122,179).

#de7ab3 hex color red value is 222, green value is 122 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #de7ab3 hue: 0.91 , saturation: 0.60 and the lightness value of de7ab3 is 0.67.

The process color (four color CMYK) of #de7ab3 color hex is 0.00, 0.45, 0.19, 0.13. Web safe color of #de7ab3 is #cc66cc. Color #de7ab3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01111010 10110011
Octal 336 172 263
Decimal 222 122 179
Hex DE 7A B3

RGB Percentages of Color #de7ab3

%42.45
%23.33
%34.23

CMYK Percentages of Color #de7ab3

%0
%45
%19
%13

Triadic Colors of #de7ab3

#de7ab3 #b3de7a #7ab3de

Analogous Colors of #de7ab3

#de7ab3 #de7a81 #d77ade

Monochromatic Colors of #de7ab3

#de7ab3

Complementary Color

#de7ab3 #7adea5

#de7ab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de7ab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de7ab3 Color CSS Codes

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

#de7ab3 Text Font Color

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

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


#de7ab3 Background Color

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

This div background color is #de7ab3


#de7ab3 Border Color

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

This div border color is #de7ab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de7ab3


Comments

No comments written yet.

Please login to write comment.