Color Hex Logo

#d793be Color Hex

#D793BE
(215,147,190)
0 Favorites   0 Comments

Color spaces of #d793be

RGB 215147190
HSL0.890.460.71
HSV322°32°84°
CMYK 0.000.320.12   0.16
XYZ47.752339.032253.7323
Yxy39.03220.33980.2778
Hunter Lab62.475827.1009-7.2594
CIE-Lab68.774632.0784-11.8847

#d793be color RGB value is (215,147,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010011 10111110
Octal 327 223 276
Decimal 215 147 190
Hex D7 93 BE

RGB Percentages of Color #d793be

%38.95
%26.63
%34.42

CMYK Percentages of Color #d793be

%0
%32
%12
%16

Triadic Colors of #d793be

#d793be #bed793 #93bed7

Analogous Colors of #d793be

#d793be #d7939c #ce93d7

Monochromatic Colors of #d793be

#d793be

Complementary Color

#d793be #93d7ac

#d793be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d793be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d793be Color CSS Codes

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

#d793be Text Font Color

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

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


#d793be Background Color

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

This div background color is #d793be


#d793be Border Color

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

This div border color is #d793be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d793be


Comments

No comments written yet.

Please login to write comment.