Color Hex Logo

#da8bbb Color Hex

#DA8BBB
(218,139,187)
0 Favorites   0 Comments

Color spaces of #da8bbb

RGB 218139187
HSL0.900.520.70
HSV324°36°85°
CMYK 0.000.360.14   0.15
XYZ47.115736.958551.6641
Yxy36.95850.34710.2723
Hunter Lab60.793531.9510-7.8309
CIE-Lab67.245936.8934-12.4660

#da8bbb color RGB value is (218,139,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001011 10111011
Octal 332 213 273
Decimal 218 139 187
Hex DA 8B BB

RGB Percentages of Color #da8bbb

%40.07
%25.55
%34.38

CMYK Percentages of Color #da8bbb

%0
%36
%14
%15

Triadic Colors of #da8bbb

#da8bbb #bbda8b #8bbbda

Analogous Colors of #da8bbb

#da8bbb #da8b94 #d28bda

Monochromatic Colors of #da8bbb

#da8bbb

Complementary Color

#da8bbb #8bdaaa

#da8bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8bbb Color CSS Codes

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

#da8bbb Text Font Color

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

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


#da8bbb Background Color

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

This div background color is #da8bbb


#da8bbb Border Color

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

This div border color is #da8bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,139,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8bbb


Comments

No comments written yet.

Please login to write comment.