Color Hex Logo

#da62cf Color Hex

#DA62CF
(218,98,207)
0 Favorites   0 Comments

Color spaces of #da62cf

RGB 21898207
HSL0.850.620.62
HSV306°55°85°
CMYK 0.000.550.05   0.15
XYZ44.543628.145862.1165
Yxy28.14580.33040.2088
Hunter Lab53.052657.0286-32.2827
CIE-Lab60.020260.7025-34.8049

#da62cf color RGB value is (218,98,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 11001111
Octal 332 142 317
Decimal 218 98 207
Hex DA 62 CF

RGB Percentages of Color #da62cf

%41.68
%18.74
%39.58

CMYK Percentages of Color #da62cf

%0
%55
%5
%15

Triadic Colors of #da62cf

#da62cf #cfda62 #62cfda

Analogous Colors of #da62cf

#da62cf #da6293 #a962da

Monochromatic Colors of #da62cf

#da62cf

Complementary Color

#da62cf #62da6d

#da62cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da62cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da62cf Color CSS Codes

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

#da62cf Text Font Color

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

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


#da62cf Background Color

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

This div background color is #da62cf


#da62cf Border Color

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

This div border color is #da62cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da62cf


Comments

No comments written yet.

Please login to write comment.