Color Hex Logo

#da6cbe Color Hex

#DA6CBE
(218,108,190)
0 Favorites   0 Comments

Color spaces of #da6cbe

RGB 218108190
HSL0.880.600.64
HSV315°50°85°
CMYK 0.000.500.13   0.15
XYZ43.570329.348352.0836
Yxy29.34830.34860.2348
Hunter Lab54.174148.7566-19.0803
CIE-Lab61.087853.2513-23.5045

#da6cbe color RGB value is (218,108,190).

#da6cbe hex color red value is 218, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da6cbe hue: 0.88 , saturation: 0.60 and the lightness value of da6cbe is 0.64.

The process color (four color CMYK) of #da6cbe color hex is 0.00, 0.50, 0.13, 0.15. Web safe color of #da6cbe is #cc66cc. Color #da6cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101100 10111110
Octal 332 154 276
Decimal 218 108 190
Hex DA 6C BE

RGB Percentages of Color #da6cbe

%42.25
%20.93
%36.82

CMYK Percentages of Color #da6cbe

%0
%50
%13
%15

Triadic Colors of #da6cbe

#da6cbe #beda6c #6cbeda

Analogous Colors of #da6cbe

#da6cbe #da6c87 #bf6cda

Monochromatic Colors of #da6cbe

#da6cbe

Complementary Color

#da6cbe #6cda88

#da6cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6cbe Color CSS Codes

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

#da6cbe Text Font Color

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

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


#da6cbe Background Color

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

This div background color is #da6cbe


#da6cbe Border Color

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

This div border color is #da6cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6cbe


Comments

No comments written yet.

Please login to write comment.