Color Hex Logo

#de73ab Color Hex

#DE73AB
(222,115,171)
0 Favorites   0 Comments

Color spaces of #de73ab

RGB 222115171
HSL0.910.620.66
HSV329°48°87°
CMYK 0.000.480.23   0.13
XYZ43.605630.731342.1615
Yxy30.73130.37430.2638
Hunter Lab55.435843.3947-6.2877
CIE-Lab62.280148.2160-10.8089

#de73ab color RGB value is (222,115,171).

#de73ab hex color red value is 222, green value is 115 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #de73ab hue: 0.91 , saturation: 0.62 and the lightness value of de73ab is 0.66.

The process color (four color CMYK) of #de73ab color hex is 0.00, 0.48, 0.23, 0.13. Web safe color of #de73ab is #cc6699. Color #de73ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110011 10101011
Octal 336 163 253
Decimal 222 115 171
Hex DE 73 AB

RGB Percentages of Color #de73ab

%43.70
%22.64
%33.66

CMYK Percentages of Color #de73ab

%0
%48
%23
%13

Triadic Colors of #de73ab

#de73ab #abde73 #73abde

Analogous Colors of #de73ab

#de73ab #de7376 #dc73de

Monochromatic Colors of #de73ab

#de73ab

Complementary Color

#de73ab #73dea6

#de73ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de73ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de73ab Color CSS Codes

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

#de73ab Text Font Color

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

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


#de73ab Background Color

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

This div background color is #de73ab


#de73ab Border Color

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

This div border color is #de73ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de73ab


Comments

No comments written yet.

Please login to write comment.