Color Hex Logo

#da75be Color Hex

#DA75BE
(218,117,190)
0 Favorites   0 Comments

Color spaces of #da75be

RGB 218117190
HSL0.880.580.66
HSV317°46°85°
CMYK 0.000.460.13   0.15
XYZ44.569031.345752.4165
Yxy31.34570.34730.2443
Hunter Lab55.987244.1184-16.3176
CIE-Lab62.798448.8015-20.8877

#da75be color RGB value is (218,117,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110101 10111110
Octal 332 165 276
Decimal 218 117 190
Hex DA 75 BE

RGB Percentages of Color #da75be

%41.52
%22.29
%36.19

CMYK Percentages of Color #da75be

%0
%46
%13
%15

Triadic Colors of #da75be

#da75be #beda75 #75beda

Analogous Colors of #da75be

#da75be #da758c #c475da

Monochromatic Colors of #da75be

#da75be

Complementary Color

#da75be #75da91

#da75be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da75be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da75be Color CSS Codes

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

#da75be Text Font Color

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

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


#da75be Background Color

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

This div background color is #da75be


#da75be Border Color

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

This div border color is #da75be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da75be


Comments

No comments written yet.

Please login to write comment.