Color Hex Logo

#d793bf Color Hex

#D793BF
(215,147,191)
0 Favorites   0 Comments

Color spaces of #d793bf

RGB 215147191
HSL0.890.460.71
HSV321°32°84°
CMYK 0.000.320.11   0.16
XYZ47.862039.076154.3101
Yxy39.07610.33890.2766
Hunter Lab62.510927.2760-7.7542
CIE-Lab68.806432.2456-12.3944

#d793bf color RGB value is (215,147,191).

#d793bf hex color red value is 215, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d793bf hue: 0.89 , saturation: 0.46 and the lightness value of d793bf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010011 10111111
Octal 327 223 277
Decimal 215 147 191
Hex D7 93 BF

RGB Percentages of Color #d793bf

%38.88
%26.58
%34.54

CMYK Percentages of Color #d793bf

%0
%32
%11
%16

Triadic Colors of #d793bf

#d793bf #bfd793 #93bfd7

Analogous Colors of #d793bf

#d793bf #d7939d #cd93d7

Monochromatic Colors of #d793bf

#d793bf

Complementary Color

#d793bf #93d7ab

#d793bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d793bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d793bf Color CSS Codes

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

#d793bf Text Font Color

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

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


#d793bf Background Color

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

This div background color is #d793bf


#d793bf Border Color

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

This div border color is #d793bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d793bf


Comments

No comments written yet.

Please login to write comment.