Color Hex Logo

#d77abd Color Hex

#D77ABD
(215,122,189)
0 Favorites   0 Comments

Color spaces of #d77abd

RGB 215122189
HSL0.880.540.66
HSV317°43°84°
CMYK 0.000.430.12   0.16
XYZ44.169232.040352.0005
Yxy32.04030.34450.2499
Hunter Lab56.604240.2294-14.8450
CIE-Lab63.376245.1460-19.4758

#d77abd color RGB value is (215,122,189).

#d77abd hex color red value is 215, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d77abd hue: 0.88 , saturation: 0.54 and the lightness value of d77abd is 0.66.

The process color (four color CMYK) of #d77abd color hex is 0.00, 0.43, 0.12, 0.16. Web safe color of #d77abd is #cc66cc. Color #d77abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111010 10111101
Octal 327 172 275
Decimal 215 122 189
Hex D7 7A BD

RGB Percentages of Color #d77abd

%40.87
%23.19
%35.93

CMYK Percentages of Color #d77abd

%0
%43
%12
%16

Triadic Colors of #d77abd

#d77abd #bdd77a #7abdd7

Analogous Colors of #d77abd

#d77abd #d77a8f #c37ad7

Monochromatic Colors of #d77abd

#d77abd

Complementary Color

#d77abd #7ad794

#d77abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77abd Color CSS Codes

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

#d77abd Text Font Color

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

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


#d77abd Background Color

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

This div background color is #d77abd


#d77abd Border Color

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

This div border color is #d77abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77abd


Comments

No comments written yet.

Please login to write comment.