Color Hex Logo

#d780bf Color Hex

#D780BF
(215,128,191)
0 Favorites   0 Comments

Color spaces of #d780bf

RGB 215128191
HSL0.880.520.67
HSV317°40°84°
CMYK 0.000.400.11   0.16
XYZ45.147533.647053.4052
Yxy33.64700.34150.2545
Hunter Lab58.006037.4203-13.9831
CIE-Lab64.681442.3585-18.6206

#d780bf color RGB value is (215,128,191).

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

The process color (four color CMYK) of #d780bf color hex is 0.00, 0.40, 0.11, 0.16. Web safe color of #d780bf is #cc99cc. Color #d780bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000000 10111111
Octal 327 200 277
Decimal 215 128 191
Hex D7 80 BF

RGB Percentages of Color #d780bf

%40.26
%23.97
%35.77

CMYK Percentages of Color #d780bf

%0
%40
%11
%16

Triadic Colors of #d780bf

#d780bf #bfd780 #80bfd7

Analogous Colors of #d780bf

#d780bf #d78094 #c480d7

Monochromatic Colors of #d780bf

#d780bf

Complementary Color

#d780bf #80d798

#d780bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d780bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d780bf Color CSS Codes

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

#d780bf Text Font Color

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

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


#d780bf Background Color

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

This div background color is #d780bf


#d780bf Border Color

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

This div border color is #d780bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d780bf


Comments

No comments written yet.

Please login to write comment.