Color Hex Logo

#da53cf Color Hex

#DA53CF
(218,83,207)
0 Favorites   0 Comments

Color spaces of #da53cf

RGB 21883207
HSL0.850.650.59
HSV305°62°85°
CMYK 0.000.620.05   0.15
XYZ43.269225.596961.6916
Yxy25.59690.33140.1961
Hunter Lab50.593464.1209-36.8806
CIE-Lab57.652467.1688-38.5082

#da53cf color RGB value is (218,83,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 11001111
Octal 332 123 317
Decimal 218 83 207
Hex DA 53 CF

RGB Percentages of Color #da53cf

%42.91
%16.34
%40.75

CMYK Percentages of Color #da53cf

%0
%62
%5
%15

Triadic Colors of #da53cf

#da53cf #cfda53 #53cfda

Analogous Colors of #da53cf

#da53cf #da538c #a253da

Monochromatic Colors of #da53cf

#da53cf

Complementary Color

#da53cf #53da5e

#da53cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53cf Color CSS Codes

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

#da53cf Text Font Color

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

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


#da53cf Background Color

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

This div background color is #da53cf


#da53cf Border Color

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

This div border color is #da53cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53cf


Comments

No comments written yet.

Please login to write comment.