Color Hex Logo

#d28bbd Color Hex

#D28BBD
(210,139,189)
0 Favorites   0 Comments

Color spaces of #d28bbd

RGB 210139189
HSL0.880.440.68
HSV318°34°82°
CMYK 0.000.340.10   0.18
XYZ44.996335.841052.6906
Yxy35.84100.33700.2684
Hunter Lab59.867429.3927-10.2753
CIE-Lab66.398334.5223-14.9538

#d28bbd color RGB value is (210,139,189).

#d28bbd hex color red value is 210, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d28bbd hue: 0.88 , saturation: 0.44 and the lightness value of d28bbd is 0.68.

The process color (four color CMYK) of #d28bbd color hex is 0.00, 0.34, 0.10, 0.18. Web safe color of #d28bbd is #cc99cc. Color #d28bbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001011 10111101
Octal 322 213 275
Decimal 210 139 189
Hex D2 8B BD

RGB Percentages of Color #d28bbd

%39.03
%25.84
%35.13

CMYK Percentages of Color #d28bbd

%0
%34
%10
%18

Triadic Colors of #d28bbd

#d28bbd #bdd28b #8bbdd2

Analogous Colors of #d28bbd

#d28bbd #d28b9a #c48bd2

Monochromatic Colors of #d28bbd

#d28bbd

Complementary Color

#d28bbd #8bd2a0

#d28bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28bbd Color CSS Codes

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

#d28bbd Text Font Color

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

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


#d28bbd Background Color

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

This div background color is #d28bbd


#d28bbd Border Color

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

This div border color is #d28bbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,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 #d28bbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28bbd


Comments

No comments written yet.

Please login to write comment.