Color Hex Logo

#d7baed Color Hex

#D7BAED
(215,186,237)
0 Favorites   0 Comments

Color spaces of #d7baed

RGB 215186237
HSL0.760.590.83
HSV274°22°93°
CMYK 0.090.220.00   0.07
XYZ60.869355.679387.6598
Yxy55.67930.29810.2727
Hunter Lab74.618615.0270-17.4192
CIE-Lab79.430919.6392-21.5198

#d7baed color RGB value is (215,186,237).

#d7baed hex color red value is 215, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d7baed hue: 0.76 , saturation: 0.59 and the lightness value of d7baed is 0.83.

The process color (four color CMYK) of #d7baed color hex is 0.09, 0.22, 0.00, 0.07. Web safe color of #d7baed is #ccccff. Color #d7baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111010 11101101
Octal 327 272 355
Decimal 215 186 237
Hex D7 BA ED

RGB Percentages of Color #d7baed

%33.70
%29.15
%37.15

CMYK Percentages of Color #d7baed

%9
%22
%0
%7

Triadic Colors of #d7baed

#d7baed #edd7ba #baedd7

Analogous Colors of #d7baed

#d7baed #edbaea #bebaed

Monochromatic Colors of #d7baed

#d7baed

Complementary Color

#d7baed #d0edba

#d7baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7baed Color CSS Codes

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

#d7baed Text Font Color

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

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


#d7baed Background Color

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

This div background color is #d7baed


#d7baed Border Color

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

This div border color is #d7baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7baed


Comments

No comments written yet.

Please login to write comment.