Color Hex Logo

#da53ce Color Hex

#DA53CE
(218,83,206)
0 Favorites   0 Comments

Color spaces of #da53ce

RGB 21883206
HSL0.850.650.59
HSV305°62°85°
CMYK 0.000.620.06   0.15
XYZ43.147325.548261.0497
Yxy25.54820.33260.1969
Hunter Lab50.545263.9201-36.2302
CIE-Lab57.605767.0087-38.0128

#da53ce color RGB value is (218,83,206).

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

The process color (four color CMYK) of #da53ce color hex is 0.00, 0.62, 0.06, 0.15. Web safe color of #da53ce is #cc66cc. Color #da53ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 11001110
Octal 332 123 316
Decimal 218 83 206
Hex DA 53 CE

RGB Percentages of Color #da53ce

%43.00
%16.37
%40.63

CMYK Percentages of Color #da53ce

%0
%62
%6
%15

Triadic Colors of #da53ce

#da53ce #ceda53 #53ceda

Analogous Colors of #da53ce

#da53ce #da538b #a353da

Monochromatic Colors of #da53ce

#da53ce

Complementary Color

#da53ce #53da5f

#da53ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53ce Color CSS Codes

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

#da53ce Text Font Color

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

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


#da53ce Background Color

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

This div background color is #da53ce


#da53ce Border Color

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

This div border color is #da53ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53ce


Comments

No comments written yet.

Please login to write comment.