Color Hex Logo

#da8cbc Color Hex

#DA8CBC
(218,140,188)
0 Favorites   0 Comments

Color spaces of #da8cbc

RGB 218140188
HSL0.900.510.70
HSV323°36°85°
CMYK 0.000.360.14   0.15
XYZ47.368637.292452.2785
Yxy37.29240.34590.2723
Hunter Lab61.067531.5900-8.0096
CIE-Lab67.495836.5228-12.6510

#da8cbc color RGB value is (218,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001100 10111100
Octal 332 214 274
Decimal 218 140 188
Hex DA 8C BC

RGB Percentages of Color #da8cbc

%39.93
%25.64
%34.43

CMYK Percentages of Color #da8cbc

%0
%36
%14
%15

Triadic Colors of #da8cbc

#da8cbc #bcda8c #8cbcda

Analogous Colors of #da8cbc

#da8cbc #da8c95 #d18cda

Monochromatic Colors of #da8cbc

#da8cbc

Complementary Color

#da8cbc #8cdaaa

#da8cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8cbc Color CSS Codes

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

#da8cbc Text Font Color

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

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


#da8cbc Background Color

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

This div background color is #da8cbc


#da8cbc Border Color

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

This div border color is #da8cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8cbc

#da8cbc Color Palettes


Comments

No comments written yet.

Please login to write comment.