Color Hex Logo

#da51cd Color Hex

#DA51CD
(218,81,205)
0 Favorites   0 Comments

Color spaces of #da51cd

RGB 21881205
HSL0.850.650.59
HSV306°63°85°
CMYK 0.000.630.06   0.15
XYZ42.875325.198160.3615
Yxy25.19810.33380.1962
Hunter Lab50.197764.6160-36.1564
CIE-Lab57.267967.6554-37.9731

#da51cd color RGB value is (218,81,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010001 11001101
Octal 332 121 315
Decimal 218 81 205
Hex DA 51 CD

RGB Percentages of Color #da51cd

%43.25
%16.07
%40.67

CMYK Percentages of Color #da51cd

%0
%63
%6
%15

Triadic Colors of #da51cd

#da51cd #cdda51 #51cdda

Analogous Colors of #da51cd

#da51cd #da5189 #a351da

Monochromatic Colors of #da51cd

#da51cd

Complementary Color

#da51cd #51da5e

#da51cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da51cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da51cd Color CSS Codes

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

#da51cd Text Font Color

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

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


#da51cd Background Color

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

This div background color is #da51cd


#da51cd Border Color

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

This div border color is #da51cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da51cd


Comments

No comments written yet.

Please login to write comment.