Color Hex Logo

#d7b4eb Color Hex

#D7B4EB
(215,180,235)
0 Favorites   0 Comments

Color spaces of #d7b4eb

RGB 215180235
HSL0.770.580.81
HSV278°23°92°
CMYK 0.090.230.00   0.08
XYZ59.341053.087785.7166
Yxy53.08770.29950.2679
Hunter Lab72.861317.8699-18.7479
CIE-Lab77.926722.4852-22.7282

#d7b4eb color RGB value is (215,180,235).

#d7b4eb hex color red value is 215, green value is 180 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d7b4eb hue: 0.77 , saturation: 0.58 and the lightness value of d7b4eb is 0.81.

The process color (four color CMYK) of #d7b4eb color hex is 0.09, 0.23, 0.00, 0.08. Web safe color of #d7b4eb is #ccccff. Color #d7b4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10110100 11101011
Octal 327 264 353
Decimal 215 180 235
Hex D7 B4 EB

RGB Percentages of Color #d7b4eb

%34.13
%28.57
%37.30

CMYK Percentages of Color #d7b4eb

%9
%23
%0
%8

Triadic Colors of #d7b4eb

#d7b4eb #ebd7b4 #b4ebd7

Analogous Colors of #d7b4eb

#d7b4eb #ebb4e4 #bcb4eb

Monochromatic Colors of #d7b4eb

#d7b4eb

Complementary Color

#d7b4eb #c8ebb4

#d7b4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7b4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7b4eb Color CSS Codes

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

#d7b4eb Text Font Color

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

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


#d7b4eb Background Color

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

This div background color is #d7b4eb


#d7b4eb Border Color

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

This div border color is #d7b4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7b4eb


Comments

No comments written yet.

Please login to write comment.