Color Hex Logo

#da62ca Color Hex

#DA62CA
(218,98,202)
0 Favorites   0 Comments

Color spaces of #da62ca

RGB 21898202
HSL0.860.620.62
HSV308°55°85°
CMYK 0.000.550.07   0.15
XYZ43.941827.905158.9473
Yxy27.90510.33600.2134
Hunter Lab52.825356.0379-29.1835
CIE-Lab59.802959.8823-32.3092

#da62ca color RGB value is (218,98,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 11001010
Octal 332 142 312
Decimal 218 98 202
Hex DA 62 CA

RGB Percentages of Color #da62ca

%42.08
%18.92
%39.00

CMYK Percentages of Color #da62ca

%0
%55
%7
%15

Triadic Colors of #da62ca

#da62ca #cada62 #62cada

Analogous Colors of #da62ca

#da62ca #da628e #ae62da

Monochromatic Colors of #da62ca

#da62ca

Complementary Color

#da62ca #62da72

#da62ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da62ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#da62ca Color CSS Codes

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

#da62ca Text Font Color

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

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


#da62ca Background Color

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

This div background color is #da62ca


#da62ca Border Color

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

This div border color is #da62ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da62ca


Comments

No comments written yet.

Please login to write comment.