Color Hex Logo

#da6fbc Color Hex

#DA6FBC
(218,111,188)
0 Favorites   0 Comments

Color spaces of #da6fbc

RGB 218111188
HSL0.880.590.65
HSV317°49°85°
CMYK 0.000.490.14   0.15
XYZ43.675029.905151.0473
Yxy29.90510.35040.2400
Hunter Lab54.685646.8605-17.0655
CIE-Lab61.572351.4717-21.6249

#da6fbc color RGB value is (218,111,188).

#da6fbc hex color red value is 218, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #da6fbc hue: 0.88 , saturation: 0.59 and the lightness value of da6fbc is 0.65.

The process color (four color CMYK) of #da6fbc color hex is 0.00, 0.49, 0.14, 0.15. Web safe color of #da6fbc is #cc66cc. Color #da6fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101111 10111100
Octal 332 157 274
Decimal 218 111 188
Hex DA 6F BC

RGB Percentages of Color #da6fbc

%42.17
%21.47
%36.36

CMYK Percentages of Color #da6fbc

%0
%49
%14
%15

Triadic Colors of #da6fbc

#da6fbc #bcda6f #6fbcda

Analogous Colors of #da6fbc

#da6fbc #da6f87 #c36fda

Monochromatic Colors of #da6fbc

#da6fbc

Complementary Color

#da6fbc #6fda8d

#da6fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6fbc Color CSS Codes

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

#da6fbc Text Font Color

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

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


#da6fbc Background Color

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

This div background color is #da6fbc


#da6fbc Border Color

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

This div border color is #da6fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6fbc


Comments

No comments written yet.

Please login to write comment.