Color Hex Logo

#da75af Color Hex

#DA75AF
(218,117,175)
0 Favorites   0 Comments

Color spaces of #da75af

RGB 218117175
HSL0.900.580.66
HSV326°46°85°
CMYK 0.000.460.20   0.15
XYZ43.012630.723244.2206
Yxy30.72320.36460.2605
Hunter Lab55.428541.5163-8.5013
CIE-Lab62.273346.4896-13.1562

#da75af color RGB value is (218,117,175).

#da75af hex color red value is 218, green value is 117 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #da75af hue: 0.90 , saturation: 0.58 and the lightness value of da75af is 0.66.

The process color (four color CMYK) of #da75af color hex is 0.00, 0.46, 0.20, 0.15. Web safe color of #da75af is #cc6699. Color #da75af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 10101111
Octal 332 165 257
Decimal 218 117 175
Hex DA 75 AF

RGB Percentages of Color #da75af

%42.75
%22.94
%34.31

CMYK Percentages of Color #da75af

%0
%46
%20
%15

Triadic Colors of #da75af

#da75af #afda75 #75afda

Analogous Colors of #da75af

#da75af #da757d #d375da

Monochromatic Colors of #da75af

#da75af

Complementary Color

#da75af #75daa0

#da75af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da75af Color Preview on White Background

Lorem ipsum dolor sit amet.

#da75af Color CSS Codes

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

#da75af Text Font Color

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

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


#da75af Background Color

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

This div background color is #da75af


#da75af Border Color

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

This div border color is #da75af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da75af


Comments

No comments written yet.

Please login to write comment.