color codes Logo

#dba5be color codes

#DBA5BE
(219,165,190)
0 Favorites   0 Comments

Color spaces of #dba5be

RGB 219165190
HSL0.920.430.75
HSV332°25°86°
CMYK 0.000.250.13   0.14
XYZ51.962845.688054.7951
Yxy45.68800.34090.2997
Hunter Lab67.592918.9363-0.7492
CIE-Lab73.342623.7437-5.0440

#dba5be color RGB value is (219,165,190).

#dba5be hex color red value is 219, green value is 165 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dba5be hue: 0.92 , saturation: 0.43 and the lightness value of dba5be is 0.75.

The process color (four color CMYK) of #dba5be color code is 0.00, 0.25, 0.13, 0.14. Web safe color of #dba5be is #cc99cc. Color #dba5be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 10111110
Octal 333 245 276
Decimal 219 165 190
Hex DB A5 BE

RGB Percentages of Color #dba5be

%38.15
%28.75
%33.10

CMYK Percentages of Color #dba5be

%0
%25
%13
%14

Triadic Colors of #dba5be

#dba5be #bedba5 #a5bedb

Analogous Colors of #dba5be

#dba5be #dba7a5 #dba5d9

Monochromatic Colors of #dba5be

#dba5be

Complementary Color

#dba5be #a5dbc2

#dba5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba5be Color CSS Codes

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

#dba5be Text Font Color

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

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


#dba5be Background Color

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

This div background color is #dba5be


#dba5be Border Color

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

This div border color is #dba5be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,165,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba5be


Comments

No comments written yet.

Please login to write comment.