Color Hex Logo

#d79bea Color Hex

#D79BEA
(215,155,234)
0 Favorites   0 Comments

Color spaces of #d79bea

RGB 215155234
HSL0.790.650.76
HSV286°34°92°
CMYK 0.080.340.00   0.08
XYZ54.597043.830383.4244
Yxy43.83030.30020.2410
Hunter Lab66.204531.3463-28.3684
CIE-Lab72.114935.8306-31.0875

#d79bea color RGB value is (215,155,234).

#d79bea hex color red value is 215, green value is 155 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d79bea hue: 0.79 , saturation: 0.65 and the lightness value of d79bea is 0.76.

The process color (four color CMYK) of #d79bea color hex is 0.08, 0.34, 0.00, 0.08. Web safe color of #d79bea is #cc99ff. Color #d79bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011011 11101010
Octal 327 233 352
Decimal 215 155 234
Hex D7 9B EA

RGB Percentages of Color #d79bea

%35.60
%25.66
%38.74

CMYK Percentages of Color #d79bea

%8
%34
%0
%8

Triadic Colors of #d79bea

#d79bea #ead79b #9bead7

Analogous Colors of #d79bea

#d79bea #ea9bd6 #b09bea

Monochromatic Colors of #d79bea

#d79bea

Complementary Color

#d79bea #aeea9b

#d79bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79bea Color CSS Codes

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

#d79bea Text Font Color

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

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


#d79bea Background Color

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

This div background color is #d79bea


#d79bea Border Color

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

This div border color is #d79bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79bea


Comments

No comments written yet.

Please login to write comment.