Color Hex Logo

#da74ba Color Hex

#DA74BA
(218,116,186)
0 Favorites   0 Comments

Color spaces of #da74ba

RGB 218116186
HSL0.890.580.65
HSV319°47°85°
CMYK 0.000.470.15   0.15
XYZ44.021830.941450.1065
Yxy30.94140.35200.2474
Hunter Lab55.625043.9217-14.4704
CIE-Lab62.458148.6718-19.1371

#da74ba color RGB value is (218,116,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 10111010
Octal 332 164 272
Decimal 218 116 186
Hex DA 74 BA

RGB Percentages of Color #da74ba

%41.92
%22.31
%35.77

CMYK Percentages of Color #da74ba

%0
%47
%15
%15

Triadic Colors of #da74ba

#da74ba #bada74 #74bada

Analogous Colors of #da74ba

#da74ba #da7487 #c774da

Monochromatic Colors of #da74ba

#da74ba

Complementary Color

#da74ba #74da94

#da74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#da74ba Color CSS Codes

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

#da74ba Text Font Color

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

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


#da74ba Background Color

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

This div background color is #da74ba


#da74ba Border Color

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

This div border color is #da74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da74ba


Comments

No comments written yet.

Please login to write comment.