Color Hex Logo

#da57ca Color Hex

#DA57CA
(218,87,202)
0 Favorites   0 Comments

Color spaces of #da57ca

RGB 21887202
HSL0.850.640.60
HSV307°60°85°
CMYK 0.000.600.07   0.15
XYZ42.982325.986158.6275
Yxy25.98610.33690.2037
Hunter Lab50.976661.2982-32.5051
CIE-Lab58.023964.7159-35.0812

#da57ca color RGB value is (218,87,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 11001010
Octal 332 127 312
Decimal 218 87 202
Hex DA 57 CA

RGB Percentages of Color #da57ca

%43.00
%17.16
%39.84

CMYK Percentages of Color #da57ca

%0
%60
%7
%15

Triadic Colors of #da57ca

#da57ca #cada57 #57cada

Analogous Colors of #da57ca

#da57ca #da5789 #a957da

Monochromatic Colors of #da57ca

#da57ca

Complementary Color

#da57ca #57da67

#da57ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da57ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da57ca Color CSS Codes

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

#da57ca Text Font Color

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

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


#da57ca Background Color

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

This div background color is #da57ca


#da57ca Border Color

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

This div border color is #da57ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da57ca


Comments

No comments written yet.

Please login to write comment.