Color Hex Logo

#da74dc Color Hex

#DA74DC
(218,116,220)
0 Favorites   0 Comments

Color spaces of #da74dc

RGB 218116220
HSL0.830.600.66
HSV299°47°86°
CMYK 0.010.470.00   0.14
XYZ48.077132.563571.4616
Yxy32.56350.31610.2141
Hunter Lab57.064450.5245-34.3036
CIE-Lab63.805954.3943-36.2107

#da74dc color RGB value is (218,116,220).

#da74dc hex color red value is 218, green value is 116 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #da74dc hue: 0.83 , saturation: 0.60 and the lightness value of da74dc is 0.66.

The process color (four color CMYK) of #da74dc color hex is 0.01, 0.47, 0.00, 0.14. Web safe color of #da74dc is #cc66cc. Color #da74dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 11011100
Octal 332 164 334
Decimal 218 116 220
Hex DA 74 DC

RGB Percentages of Color #da74dc

%39.35
%20.94
%39.71

CMYK Percentages of Color #da74dc

%1
%47
%0
%14

Triadic Colors of #da74dc

#da74dc #dcda74 #74dcda

Analogous Colors of #da74dc

#da74dc #dc74aa #a674dc

Monochromatic Colors of #da74dc

#da74dc

Complementary Color

#da74dc #76dc74

#da74dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da74dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da74dc Color CSS Codes

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

#da74dc Text Font Color

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

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


#da74dc Background Color

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

This div background color is #da74dc


#da74dc Border Color

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

This div border color is #da74dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da74dc


Comments

No comments written yet.

Please login to write comment.