Color Hex Logo

#d773bf Color Hex

#D773BF
(215,115,191)
0 Favorites   0 Comments

Color spaces of #d773bf

RGB 215115191
HSL0.870.560.65
HSV314°47°84°
CMYK 0.000.470.11   0.16
XYZ43.559030.470152.8757
Yxy30.47010.34320.2401
Hunter Lab55.199744.2577-18.1540
CIE-Lab62.057749.0372-22.6211

#d773bf color RGB value is (215,115,191).

#d773bf hex color red value is 215, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d773bf hue: 0.87 , saturation: 0.56 and the lightness value of d773bf is 0.65.

The process color (four color CMYK) of #d773bf color hex is 0.00, 0.47, 0.11, 0.16. Web safe color of #d773bf is #cc66cc. Color #d773bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110011 10111111
Octal 327 163 277
Decimal 215 115 191
Hex D7 73 BF

RGB Percentages of Color #d773bf

%41.27
%22.07
%36.66

CMYK Percentages of Color #d773bf

%0
%47
%11
%16

Triadic Colors of #d773bf

#d773bf #bfd773 #73bfd7

Analogous Colors of #d773bf

#d773bf #d7738d #bd73d7

Monochromatic Colors of #d773bf

#d773bf

Complementary Color

#d773bf #73d78b

#d773bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d773bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d773bf Color CSS Codes

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

#d773bf Text Font Color

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

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


#d773bf Background Color

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

This div background color is #d773bf


#d773bf Border Color

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

This div border color is #d773bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,115,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 #d773bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d773bf


Comments

No comments written yet.

Please login to write comment.