Color Hex Logo

#da46ca Color Hex

#DA46CA
(218,70,202)
0 Favorites   0 Comments

Color spaces of #da46ca

RGB 21870202
HSL0.850.670.56
HSV306°68°85°
CMYK 0.000.680.07   0.15
XYZ41.764323.550058.2215
Yxy23.55000.33810.1906
Hunter Lab48.528368.6955-37.1629
CIE-Lab55.634471.3553-38.8245

#da46ca color RGB value is (218,70,202).

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

The process color (four color CMYK) of #da46ca color hex is 0.00, 0.68, 0.07, 0.15. Web safe color of #da46ca is #cc33cc. Color #da46ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 11001010
Octal 332 106 312
Decimal 218 70 202
Hex DA 46 CA

RGB Percentages of Color #da46ca

%44.49
%14.29
%41.22

CMYK Percentages of Color #da46ca

%0
%68
%7
%15

Triadic Colors of #da46ca

#da46ca #cada46 #46cada

Analogous Colors of #da46ca

#da46ca #da4680 #a046da

Monochromatic Colors of #da46ca

#da46ca

Complementary Color

#da46ca #46da56

#da46ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da46ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da46ca Color CSS Codes

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

#da46ca Text Font Color

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

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


#da46ca Background Color

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

This div background color is #da46ca


#da46ca Border Color

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

This div border color is #da46ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da46ca


Comments

No comments written yet.

Please login to write comment.