Color Hex Logo

#dba7ca Color Hex

#DBA7CA
(219,167,202)
0 Favorites   0 Comments

Color spaces of #dba7ca

RGB 219167202
HSL0.890.420.76
HSV320°24°86°
CMYK 0.000.240.08   0.14
XYZ53.692846.961862.1117
Yxy46.96180.32990.2885
Hunter Lab68.528719.9311-5.7680
CIE-Lab74.165324.6854-10.4125

#dba7ca color RGB value is (219,167,202).

#dba7ca hex color red value is 219, green value is 167 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dba7ca hue: 0.89 , saturation: 0.42 and the lightness value of dba7ca is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 11001010
Octal 333 247 312
Decimal 219 167 202
Hex DB A7 CA

RGB Percentages of Color #dba7ca

%37.24
%28.40
%34.35

CMYK Percentages of Color #dba7ca

%0
%24
%8
%14

Triadic Colors of #dba7ca

#dba7ca #cadba7 #a7cadb

Analogous Colors of #dba7ca

#dba7ca #dba7b0 #d2a7db

Monochromatic Colors of #dba7ca

#dba7ca

Complementary Color

#dba7ca #a7dbb8

#dba7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba7ca Color CSS Codes

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

#dba7ca Text Font Color

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

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


#dba7ca Background Color

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

This div background color is #dba7ca


#dba7ca Border Color

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

This div border color is #dba7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba7ca


Comments

No comments written yet.

Please login to write comment.