Color Hex Logo

#d7bdef Color Hex

#D7BDEF
(215,189,239)
0 Favorites   0 Comments

Color spaces of #d7bdef

RGB 215189239
HSL0.750.610.84
HSV271°21°94°
CMYK 0.100.210.00   0.06
XYZ61.801957.074389.4205
Yxy57.07430.29670.2740
Hunter Lab75.547513.8143-17.2943
CIE-Lab80.221418.4222-21.3944

#d7bdef color RGB value is (215,189,239).

#d7bdef hex color red value is 215, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d7bdef hue: 0.75 , saturation: 0.61 and the lightness value of d7bdef is 0.84.

The process color (four color CMYK) of #d7bdef color hex is 0.10, 0.21, 0.00, 0.06. Web safe color of #d7bdef is #ccccff. Color #d7bdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111101 11101111
Octal 327 275 357
Decimal 215 189 239
Hex D7 BD EF

RGB Percentages of Color #d7bdef

%33.44
%29.39
%37.17

CMYK Percentages of Color #d7bdef

%10
%21
%0
%6

Triadic Colors of #d7bdef

#d7bdef #efd7bd #bdefd7

Analogous Colors of #d7bdef

#d7bdef #efbdee #bebdef

Monochromatic Colors of #d7bdef

#d7bdef

Complementary Color

#d7bdef #d5efbd

#d7bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bdef Color CSS Codes

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

#d7bdef Text Font Color

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

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


#d7bdef Background Color

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

This div background color is #d7bdef


#d7bdef Border Color

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

This div border color is #d7bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bdef


Comments

No comments written yet.

Please login to write comment.