Color Hex Logo

#d792be Color Hex

#D792BE
(215,146,190)
0 Favorites   0 Comments

Color spaces of #d792be

RGB 215146190
HSL0.890.460.71
HSV322°32°84°
CMYK 0.000.320.12   0.16
XYZ47.597538.722553.6807
Yxy38.72250.34000.2766
Hunter Lab62.227427.6360-7.5876
CIE-Lab68.549832.6175-12.2217

#d792be color RGB value is (215,146,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010010 10111110
Octal 327 222 276
Decimal 215 146 190
Hex D7 92 BE

RGB Percentages of Color #d792be

%39.02
%26.50
%34.48

CMYK Percentages of Color #d792be

%0
%32
%12
%16

Triadic Colors of #d792be

#d792be #bed792 #92bed7

Analogous Colors of #d792be

#d792be #d7929c #ce92d7

Monochromatic Colors of #d792be

#d792be

Complementary Color

#d792be #92d7ab

#d792be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d792be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d792be Color CSS Codes

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

#d792be Text Font Color

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

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


#d792be Background Color

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

This div background color is #d792be


#d792be Border Color

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

This div border color is #d792be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d792be


Comments

No comments written yet.

Please login to write comment.