Color Hex Logo

#da74be Color Hex

#DA74BE
(218,116,190)
0 Favorites   0 Comments

Color spaces of #da74be

RGB 218116190
HSL0.880.580.65
HSV316°47°85°
CMYK 0.000.470.13   0.15
XYZ44.453131.113952.3778
Yxy31.11390.34740.2432
Hunter Lab55.779844.6388-16.6280
CIE-Lab62.603749.3038-21.1849

#da74be color RGB value is (218,116,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 10111110
Octal 332 164 276
Decimal 218 116 190
Hex DA 74 BE

RGB Percentages of Color #da74be

%41.60
%22.14
%36.26

CMYK Percentages of Color #da74be

%0
%47
%13
%15

Triadic Colors of #da74be

#da74be #beda74 #74beda

Analogous Colors of #da74be

#da74be #da748b #c374da

Monochromatic Colors of #da74be

#da74be

Complementary Color

#da74be #74da90

#da74be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da74be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da74be Color CSS Codes

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

#da74be Text Font Color

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

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


#da74be Background Color

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

This div background color is #da74be


#da74be Border Color

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

This div border color is #da74be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da74be


Comments

No comments written yet.

Please login to write comment.