Color Hex Logo

#d69bcb Color Hex

#D69BCB
(214,155,203)
0 Favorites   0 Comments

Color spaces of #d69bcb

RGB 214155203
HSL0.860.420.72
HSV311°28°84°
CMYK 0.000.280.05   0.16
XYZ50.232442.050661.9690
Yxy42.05060.32570.2726
Hunter Lab64.846424.7913-11.2666
CIE-Lab70.905829.6578-15.9053

#d69bcb color RGB value is (214,155,203).

#d69bcb hex color red value is 214, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d69bcb hue: 0.86 , saturation: 0.42 and the lightness value of d69bcb is 0.72.

The process color (four color CMYK) of #d69bcb color hex is 0.00, 0.28, 0.05, 0.16. Web safe color of #d69bcb is #cc99cc. Color #d69bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011011 11001011
Octal 326 233 313
Decimal 214 155 203
Hex D6 9B CB

RGB Percentages of Color #d69bcb

%37.41
%27.10
%35.49

CMYK Percentages of Color #d69bcb

%0
%28
%5
%16

Triadic Colors of #d69bcb

#d69bcb #cbd69b #9bcbd6

Analogous Colors of #d69bcb

#d69bcb #d69bae #c49bd6

Monochromatic Colors of #d69bcb

#d69bcb

Complementary Color

#d69bcb #9bd6a6

#d69bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69bcb Color CSS Codes

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

#d69bcb Text Font Color

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

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


#d69bcb Background Color

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

This div background color is #d69bcb


#d69bcb Border Color

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

This div border color is #d69bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,155,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d69bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d69bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #d69bcb;
  box-shadow:         1px 1px 3px 2px #d69bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,155,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69bcb

#d69bcb Color Palettes


Comments

No comments written yet.

Please login to write comment.