Color Hex Logo

#dba1cb Color Hex

#DBA1CB
(219,161,203)
0 Favorites   0 Comments

Color spaces of #dba1cb

RGB 219161203
HSL0.880.450.75
HSV317°26°86°
CMYK 0.000.260.07   0.14
XYZ52.737844.861662.3795
Yxy44.86160.32970.2804
Hunter Lab66.978823.3345-8.3335
CIE-Lab72.800728.1023-13.0034

#dba1cb color RGB value is (219,161,203).

#dba1cb hex color red value is 219, green value is 161 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dba1cb hue: 0.88 , saturation: 0.45 and the lightness value of dba1cb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 11001011
Octal 333 241 313
Decimal 219 161 203
Hex DB A1 CB

RGB Percentages of Color #dba1cb

%37.56
%27.62
%34.82

CMYK Percentages of Color #dba1cb

%0
%26
%7
%14

Triadic Colors of #dba1cb

#dba1cb #cbdba1 #a1cbdb

Analogous Colors of #dba1cb

#dba1cb #dba1ae #cea1db

Monochromatic Colors of #dba1cb

#dba1cb

Complementary Color

#dba1cb #a1dbb1

#dba1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba1cb Color CSS Codes

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

#dba1cb Text Font Color

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

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


#dba1cb Background Color

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

This div background color is #dba1cb


#dba1cb Border Color

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

This div border color is #dba1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba1cb


Comments

No comments written yet.

Please login to write comment.