Color Hex Logo

#da92ce Color Hex

#DA92CE
(218,146,206)
0 Favorites   0 Comments

Color spaces of #da92ce

RGB 218146206
HSL0.860.490.71
HSV310°33°85°
CMYK 0.000.330.06   0.15
XYZ50.332939.919463.4449
Yxy39.91940.32750.2597
Hunter Lab63.181831.6314-15.3096
CIE-Lab69.412136.3656-19.7861

#da92ce color RGB value is (218,146,206).

#da92ce hex color red value is 218, green value is 146 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #da92ce hue: 0.86 , saturation: 0.49 and the lightness value of da92ce is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 11001110
Octal 332 222 316
Decimal 218 146 206
Hex DA 92 CE

RGB Percentages of Color #da92ce

%38.25
%25.61
%36.14

CMYK Percentages of Color #da92ce

%0
%33
%6
%15

Triadic Colors of #da92ce

#da92ce #ceda92 #92ceda

Analogous Colors of #da92ce

#da92ce #da92aa #c292da

Monochromatic Colors of #da92ce

#da92ce

Complementary Color

#da92ce #92da9e

#da92ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da92ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da92ce Color CSS Codes

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

#da92ce Text Font Color

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

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


#da92ce Background Color

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

This div background color is #da92ce


#da92ce Border Color

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

This div border color is #da92ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da92ce


Comments

No comments written yet.

Please login to write comment.