Color Hex Logo

#da62cd Color Hex

#DA62CD
(218,98,205)
0 Favorites   0 Comments

Color spaces of #da62cd

RGB 21898205
HSL0.850.620.62
HSV307°55°85°
CMYK 0.000.550.06   0.15
XYZ44.300628.048660.8366
Yxy28.04860.33260.2106
Hunter Lab52.960956.6295-31.0342
CIE-Lab59.932660.3726-33.8087

#da62cd color RGB value is (218,98,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 11001101
Octal 332 142 315
Decimal 218 98 205
Hex DA 62 CD

RGB Percentages of Color #da62cd

%41.84
%18.81
%39.35

CMYK Percentages of Color #da62cd

%0
%55
%6
%15

Triadic Colors of #da62cd

#da62cd #cdda62 #62cdda

Analogous Colors of #da62cd

#da62cd #da6291 #ab62da

Monochromatic Colors of #da62cd

#da62cd

Complementary Color

#da62cd #62da6f

#da62cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da62cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da62cd Color CSS Codes

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

#da62cd Text Font Color

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

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


#da62cd Background Color

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

This div background color is #da62cd


#da62cd Border Color

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

This div border color is #da62cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da62cd


Comments

No comments written yet.

Please login to write comment.