Color Hex Logo

#da47cd Color Hex

#DA47CD
(218,71,205)
0 Favorites   0 Comments

Color spaces of #da47cd

RGB 21871205
HSL0.850.670.57
HSV305°67°85°
CMYK 0.000.670.06   0.15
XYZ42.186123.819760.1318
Yxy23.81970.33440.1888
Hunter Lab48.805468.8811-38.8857
CIE-Lab55.906871.4565-40.1112

#da47cd color RGB value is (218,71,205).

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

The process color (four color CMYK) of #da47cd color hex is 0.00, 0.67, 0.06, 0.15. Web safe color of #da47cd is #cc33cc. Color #da47cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000111 11001101
Octal 332 107 315
Decimal 218 71 205
Hex DA 47 CD

RGB Percentages of Color #da47cd

%44.13
%14.37
%41.50

CMYK Percentages of Color #da47cd

%0
%67
%6
%15

Triadic Colors of #da47cd

#da47cd #cdda47 #47cdda

Analogous Colors of #da47cd

#da47cd #da4784 #9e47da

Monochromatic Colors of #da47cd

#da47cd

Complementary Color

#da47cd #47da54

#da47cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da47cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da47cd Color CSS Codes

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

#da47cd Text Font Color

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

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


#da47cd Background Color

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

This div background color is #da47cd


#da47cd Border Color

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

This div border color is #da47cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da47cd


Comments

No comments written yet.

Please login to write comment.