Color Hex Logo

#d68bbd Color Hex

#D68BBD
(214,139,189)
0 Favorites   0 Comments

Color spaces of #d68bbd

RGB 214139189
HSL0.890.480.69
HSV320°35°84°
CMYK 0.000.350.12   0.16
XYZ46.149536.435552.7445
Yxy36.43550.34100.2692
Hunter Lab60.361830.8386-9.5547
CIE-Lab66.851335.8704-14.2262

#d68bbd color RGB value is (214,139,189).

#d68bbd hex color red value is 214, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d68bbd hue: 0.89 , saturation: 0.48 and the lightness value of d68bbd is 0.69.

The process color (four color CMYK) of #d68bbd color hex is 0.00, 0.35, 0.12, 0.16. Web safe color of #d68bbd is #cc99cc. Color #d68bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001011 10111101
Octal 326 213 275
Decimal 214 139 189
Hex D6 8B BD

RGB Percentages of Color #d68bbd

%39.48
%25.65
%34.87

CMYK Percentages of Color #d68bbd

%0
%35
%12
%16

Triadic Colors of #d68bbd

#d68bbd #bdd68b #8bbdd6

Analogous Colors of #d68bbd

#d68bbd #d68b98 #ca8bd6

Monochromatic Colors of #d68bbd

#d68bbd

Complementary Color

#d68bbd #8bd6a4

#d68bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68bbd Color CSS Codes

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

#d68bbd Text Font Color

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

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


#d68bbd Background Color

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

This div background color is #d68bbd


#d68bbd Border Color

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

This div border color is #d68bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68bbd


Comments

No comments written yet.

Please login to write comment.