Color Hex Logo

#db8cbd Color Hex

#DB8CBD
(219,140,189)
0 Favorites   0 Comments

Color spaces of #db8cbd

RGB 219140189
HSL0.900.520.70
HSV323°36°86°
CMYK 0.000.360.14   0.14
XYZ47.776837.490452.8624
Yxy37.49040.34590.2714
Hunter Lab61.229432.1306-8.3274
CIE-Lab67.643337.0225-12.9776

#db8cbd color RGB value is (219,140,189).

#db8cbd hex color red value is 219, green value is 140 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #db8cbd hue: 0.90 , saturation: 0.52 and the lightness value of db8cbd is 0.70.

The process color (four color CMYK) of #db8cbd color hex is 0.00, 0.36, 0.14, 0.14. Web safe color of #db8cbd is #cc99cc. Color #db8cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001100 10111101
Octal 333 214 275
Decimal 219 140 189
Hex DB 8C BD

RGB Percentages of Color #db8cbd

%39.96
%25.55
%34.49

CMYK Percentages of Color #db8cbd

%0
%36
%14
%14

Triadic Colors of #db8cbd

#db8cbd #bddb8c #8cbddb

Analogous Colors of #db8cbd

#db8cbd #db8c96 #d28cdb

Monochromatic Colors of #db8cbd

#db8cbd

Complementary Color

#db8cbd #8cdbaa

#db8cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8cbd Color CSS Codes

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

#db8cbd Text Font Color

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

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


#db8cbd Background Color

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

This div background color is #db8cbd


#db8cbd Border Color

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

This div border color is #db8cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8cbd


Comments

No comments written yet.

Please login to write comment.