Color Hex Logo

#d69bcf Color Hex

#D69BCF
(214,155,207)
0 Favorites   0 Comments

Color spaces of #d69bcf

RGB 214155207
HSL0.850.420.72
HSV307°28°84°
CMYK 0.000.280.03   0.16
XYZ50.715442.243864.5124
Yxy42.24380.32210.2683
Hunter Lab64.995225.5409-13.3529
CIE-Lab71.038730.3765-17.9134

#d69bcf color RGB value is (214,155,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011011 11001111
Octal 326 233 317
Decimal 214 155 207
Hex D6 9B CF

RGB Percentages of Color #d69bcf

%37.15
%26.91
%35.94

CMYK Percentages of Color #d69bcf

%0
%28
%3
%16

Triadic Colors of #d69bcf

#d69bcf #cfd69b #9bcfd6

Analogous Colors of #d69bcf

#d69bcf #d69bb2 #c09bd6

Monochromatic Colors of #d69bcf

#d69bcf

Complementary Color

#d69bcf #9bd6a2

#d69bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69bcf Color CSS Codes

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

#d69bcf Text Font Color

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

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


#d69bcf Background Color

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

This div background color is #d69bcf


#d69bcf Border Color

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

This div border color is #d69bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69bcf


Comments

No comments written yet.

Please login to write comment.