Color Hex Logo

#d780a7 Color Hex

#D780A7
(215,128,167)
0 Favorites   0 Comments

Color spaces of #d780a7

RGB 215128167
HSL0.930.520.67
HSV333°40°84°
CMYK 0.000.400.22   0.16
XYZ42.718632.675440.6147
Yxy32.67540.36820.2817
Hunter Lab57.162433.3624-2.1127
CIE-Lab63.897238.6132-6.2159

#d780a7 color RGB value is (215,128,167).

#d780a7 hex color red value is 215, green value is 128 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #d780a7 hue: 0.93 , saturation: 0.52 and the lightness value of d780a7 is 0.67.

The process color (four color CMYK) of #d780a7 color hex is 0.00, 0.40, 0.22, 0.16. Web safe color of #d780a7 is #cc9999. Color #d780a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000000 10100111
Octal 327 200 247
Decimal 215 128 167
Hex D7 80 A7

RGB Percentages of Color #d780a7

%42.16
%25.10
%32.75

CMYK Percentages of Color #d780a7

%0
%40
%22
%16

Triadic Colors of #d780a7

#d780a7 #a7d780 #80a7d7

Analogous Colors of #d780a7

#d780a7 #d78580 #d780d3

Monochromatic Colors of #d780a7

#d780a7

Complementary Color

#d780a7 #80d7b0

#d780a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d780a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d780a7 Color CSS Codes

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

#d780a7 Text Font Color

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

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


#d780a7 Background Color

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

This div background color is #d780a7


#d780a7 Border Color

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

This div border color is #d780a7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d780a7


Comments

No comments written yet.

Please login to write comment.