Color Hex Logo

#da53ca Color Hex

#DA53CA
(218,83,202)
0 Favorites   0 Comments

Color spaces of #da53ca

RGB 21883202
HSL0.850.650.59
HSV307°62°85°
CMYK 0.000.620.07   0.15
XYZ42.667425.356258.5225
Yxy25.35620.33720.2004
Hunter Lab50.354963.1278-33.6584
CIE-Lab57.420866.3755-36.0237

#da53ca color RGB value is (218,83,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 11001010
Octal 332 123 312
Decimal 218 83 202
Hex DA 53 CA

RGB Percentages of Color #da53ca

%43.34
%16.50
%40.16

CMYK Percentages of Color #da53ca

%0
%62
%7
%15

Triadic Colors of #da53ca

#da53ca #cada53 #53cada

Analogous Colors of #da53ca

#da53ca #da5387 #a753da

Monochromatic Colors of #da53ca

#da53ca

Complementary Color

#da53ca #53da63

#da53ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53ca Color CSS Codes

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

#da53ca Text Font Color

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

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


#da53ca Background Color

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

This div background color is #da53ca


#da53ca Border Color

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

This div border color is #da53ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53ca


Comments

No comments written yet.

Please login to write comment.