Color Hex Logo

#da50cd Color Hex

#DA50CD
(218,80,205)
0 Favorites   0 Comments

Color spaces of #da50cd

RGB 21880205
HSL0.850.650.58
HSV306°63°85°
CMYK 0.000.630.06   0.15
XYZ42.801525.050560.3370
Yxy25.05050.33390.1954
Hunter Lab50.050565.0589-36.4401
CIE-Lab57.124668.0531-38.1980

#da50cd color RGB value is (218,80,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010000 11001101
Octal 332 120 315
Decimal 218 80 205
Hex DA 50 CD

RGB Percentages of Color #da50cd

%43.34
%15.90
%40.76

CMYK Percentages of Color #da50cd

%0
%63
%6
%15

Triadic Colors of #da50cd

#da50cd #cdda50 #50cdda

Analogous Colors of #da50cd

#da50cd #da5088 #a250da

Monochromatic Colors of #da50cd

#da50cd

Complementary Color

#da50cd #50da5d

#da50cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da50cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da50cd Color CSS Codes

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

#da50cd Text Font Color

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

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


#da50cd Background Color

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

This div background color is #da50cd


#da50cd Border Color

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

This div border color is #da50cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da50cd


Comments

No comments written yet.

Please login to write comment.