Color Hex Logo

#da84be Color Hex

#DA84BE
(218,132,190)
0 Favorites   0 Comments

Color spaces of #da84be

RGB 218132190
HSL0.890.540.69
HSV320°39°85°
CMYK 0.000.390.13   0.15
XYZ46.459035.125753.0465
Yxy35.12570.34510.2609
Hunter Lab59.266936.2079-11.5803
CIE-Lab65.846441.0785-16.2580

#da84be color RGB value is (218,132,190).

#da84be hex color red value is 218, green value is 132 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da84be hue: 0.89 , saturation: 0.54 and the lightness value of da84be is 0.69.

The process color (four color CMYK) of #da84be color hex is 0.00, 0.39, 0.13, 0.15. Web safe color of #da84be is #cc99cc. Color #da84be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000100 10111110
Octal 332 204 276
Decimal 218 132 190
Hex DA 84 BE

RGB Percentages of Color #da84be

%40.37
%24.44
%35.19

CMYK Percentages of Color #da84be

%0
%39
%13
%15

Triadic Colors of #da84be

#da84be #beda84 #84beda

Analogous Colors of #da84be

#da84be #da8493 #cb84da

Monochromatic Colors of #da84be

#da84be

Complementary Color

#da84be #84daa0

#da84be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da84be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da84be Color CSS Codes

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

#da84be Text Font Color

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

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


#da84be Background Color

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

This div background color is #da84be


#da84be Border Color

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

This div border color is #da84be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da84be


Comments

No comments written yet.

Please login to write comment.