Color Hex Logo

#da74cf Color Hex

#DA74CF
(218,116,207)
0 Favorites   0 Comments

Color spaces of #da74cf

RGB 218116207
HSL0.850.580.65
HSV306°47°85°
CMYK 0.000.470.05   0.15
XYZ46.421331.901262.7424
Yxy31.90120.32910.2261
Hunter Lab56.481147.8654-26.3258
CIE-Lab63.261152.1154-29.7724

#da74cf color RGB value is (218,116,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 11001111
Octal 332 164 317
Decimal 218 116 207
Hex DA 74 CF

RGB Percentages of Color #da74cf

%40.30
%21.44
%38.26

CMYK Percentages of Color #da74cf

%0
%47
%5
%15

Triadic Colors of #da74cf

#da74cf #cfda74 #74cfda

Analogous Colors of #da74cf

#da74cf #da749c #b274da

Monochromatic Colors of #da74cf

#da74cf

Complementary Color

#da74cf #74da7f

#da74cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da74cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#da74cf Color CSS Codes

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

#da74cf Text Font Color

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

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


#da74cf Background Color

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

This div background color is #da74cf


#da74cf Border Color

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

This div border color is #da74cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da74cf


Comments

No comments written yet.

Please login to write comment.