Color Hex Logo

#da8bcc Color Hex

#DA8BCC
(218,139,204)
0 Favorites   0 Comments

Color spaces of #da8bcc

RGB 218139204
HSL0.860.520.70
HSV311°36°85°
CMYK 0.000.360.06   0.15
XYZ49.045137.730361.8245
Yxy37.73030.33000.2539
Hunter Lab61.425035.0305-16.6781
CIE-Lab67.821439.7423-21.0943

#da8bcc color RGB value is (218,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001011 11001100
Octal 332 213 314
Decimal 218 139 204
Hex DA 8B CC

RGB Percentages of Color #da8bcc

%38.86
%24.78
%36.36

CMYK Percentages of Color #da8bcc

%0
%36
%6
%15

Triadic Colors of #da8bcc

#da8bcc #ccda8b #8bccda

Analogous Colors of #da8bcc

#da8bcc #da8ba5 #c18bda

Monochromatic Colors of #da8bcc

#da8bcc

Complementary Color

#da8bcc #8bda99

#da8bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8bcc Color CSS Codes

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

#da8bcc Text Font Color

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

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


#da8bcc Background Color

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

This div background color is #da8bcc


#da8bcc Border Color

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

This div border color is #da8bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8bcc


Comments

No comments written yet.

Please login to write comment.