Color Hex Logo

#da31ce Color Hex

#DA31CE
(218,49,206)
0 Favorites   0 Comments

Color spaces of #da31ce

RGB 21849206
HSL0.850.700.52
HSV304°78°85°
CMYK 0.000.780.06   0.15
XYZ41.152321.558360.3847
Yxy21.55830.33430.1751
Hunter Lab46.430976.9527-44.6067
CIE-Lab53.555278.4516-44.3954

#da31ce color RGB value is (218,49,206).

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

The process color (four color CMYK) of #da31ce color hex is 0.00, 0.78, 0.06, 0.15. Web safe color of #da31ce is #cc33cc. Color #da31ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 11001110
Octal 332 61 316
Decimal 218 49 206
Hex DA 31 CE

RGB Percentages of Color #da31ce

%46.09
%10.36
%43.55

CMYK Percentages of Color #da31ce

%0
%78
%6
%15

Triadic Colors of #da31ce

#da31ce #ceda31 #31ceda

Analogous Colors of #da31ce

#da31ce #da317a #9231da

Monochromatic Colors of #da31ce

#da31ce

Complementary Color

#da31ce #31da3d

#da31ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da31ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da31ce Color CSS Codes

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

#da31ce Text Font Color

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

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


#da31ce Background Color

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

This div background color is #da31ce


#da31ce Border Color

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

This div border color is #da31ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da31ce


Comments

No comments written yet.

Please login to write comment.