Color Hex Logo

#d7bdca Color Hex

#D7BDCA
(215,189,202)
0 Favorites   0 Comments

Color spaces of #d7bdca

RGB 215189202
HSL0.920.250.79
HSV330°12°84°
CMYK 0.000.120.06   0.16
XYZ56.882655.106563.5157
Yxy55.10650.32410.3140
Hunter Lab74.23386.86891.2341
CIE-Lab79.102611.4322-3.1405

#d7bdca color RGB value is (215,189,202).

#d7bdca hex color red value is 215, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d7bdca hue: 0.92 , saturation: 0.25 and the lightness value of d7bdca is 0.79.

The process color (four color CMYK) of #d7bdca color hex is 0.00, 0.12, 0.06, 0.16. Web safe color of #d7bdca is #cccccc. Color #d7bdca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111101 11001010
Octal 327 275 312
Decimal 215 189 202
Hex D7 BD CA

RGB Percentages of Color #d7bdca

%35.48
%31.19
%33.33

CMYK Percentages of Color #d7bdca

%0
%12
%6
%16

Triadic Colors of #d7bdca

#d7bdca #cad7bd #bdcad7

Analogous Colors of #d7bdca

#d7bdca #d7bdbd #d7bdd7

Monochromatic Colors of #d7bdca

#d7bdca

Complementary Color

#d7bdca #bdd7ca

#d7bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bdca Color CSS Codes

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

#d7bdca Text Font Color

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

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


#d7bdca Background Color

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

This div background color is #d7bdca


#d7bdca Border Color

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

This div border color is #d7bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bdca


Comments

No comments written yet.

Please login to write comment.