Color Hex Logo

#d79aeb Color Hex

#D79AEB
(215,154,235)
0 Favorites   0 Comments

Color spaces of #d79aeb

RGB 215154235
HSL0.790.670.76
HSV285°34°92°
CMYK 0.090.340.00   0.08
XYZ54.575343.556484.1281
Yxy43.55640.29940.2390
Hunter Lab65.997332.1123-29.3801
CIE-Lab71.931036.5683-31.9178

#d79aeb color RGB value is (215,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10011010 11101011
Octal 327 232 353
Decimal 215 154 235
Hex D7 9A EB

RGB Percentages of Color #d79aeb

%35.60
%25.50
%38.91

CMYK Percentages of Color #d79aeb

%9
%34
%0
%8

Triadic Colors of #d79aeb

#d79aeb #ebd79a #9aebd7

Analogous Colors of #d79aeb

#d79aeb #eb9ad7 #af9aeb

Monochromatic Colors of #d79aeb

#d79aeb

Complementary Color

#d79aeb #aeeb9a

#d79aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79aeb Color CSS Codes

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

#d79aeb Text Font Color

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

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


#d79aeb Background Color

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

This div background color is #d79aeb


#d79aeb Border Color

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

This div border color is #d79aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79aeb


Comments

No comments written yet.

Please login to write comment.