Color Hex Logo

#dab2cb Color Hex

#DAB2CB
(218,178,203)
0 Favorites   0 Comments

Color spaces of #dab2cb

RGB 218178203
HSL0.900.350.78
HSV323°18°85°
CMYK 0.000.180.07   0.15
XYZ55.613351.058063.4240
Yxy51.05800.32700.3002
Hunter Lab71.454913.8804-2.6079
CIE-Lab76.714118.5695-7.1781

#dab2cb color RGB value is (218,178,203).

#dab2cb hex color red value is 218, green value is 178 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dab2cb hue: 0.90 , saturation: 0.35 and the lightness value of dab2cb is 0.78.

The process color (four color CMYK) of #dab2cb color hex is 0.00, 0.18, 0.07, 0.15. Web safe color of #dab2cb is #cc99cc. Color #dab2cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 11001011
Octal 332 262 313
Decimal 218 178 203
Hex DA B2 CB

RGB Percentages of Color #dab2cb

%36.39
%29.72
%33.89

CMYK Percentages of Color #dab2cb

%0
%18
%7
%15

Triadic Colors of #dab2cb

#dab2cb #cbdab2 #b2cbda

Analogous Colors of #dab2cb

#dab2cb #dab2b7 #d5b2da

Monochromatic Colors of #dab2cb

#dab2cb

Complementary Color

#dab2cb #b2dac1

#dab2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab2cb Color CSS Codes

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

#dab2cb Text Font Color

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

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


#dab2cb Background Color

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

This div background color is #dab2cb


#dab2cb Border Color

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

This div border color is #dab2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab2cb


Comments

No comments written yet.

Please login to write comment.