Color Hex Logo

#da94be Color Hex

#DA94BE
(218,148,190)
0 Favorites   0 Comments

Color spaces of #da94be

RGB 218148190
HSL0.900.490.72
HSV324°32°85°
CMYK 0.000.320.13   0.15
XYZ48.797639.802953.8260
Yxy39.80290.34260.2795
Hunter Lab63.089527.6569-6.4217
CIE-Lab69.328932.5685-11.0208

#da94be color RGB value is (218,148,190).

#da94be hex color red value is 218, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #da94be hue: 0.90 , saturation: 0.49 and the lightness value of da94be is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010100 10111110
Octal 332 224 276
Decimal 218 148 190
Hex DA 94 BE

RGB Percentages of Color #da94be

%39.21
%26.62
%34.17

CMYK Percentages of Color #da94be

%0
%32
%13
%15

Triadic Colors of #da94be

#da94be #beda94 #94beda

Analogous Colors of #da94be

#da94be #da949b #d394da

Monochromatic Colors of #da94be

#da94be

Complementary Color

#da94be #94dab0

#da94be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da94be Color Preview on White Background

Lorem ipsum dolor sit amet.

#da94be Color CSS Codes

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

#da94be Text Font Color

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

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


#da94be Background Color

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

This div background color is #da94be


#da94be Border Color

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

This div border color is #da94be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da94be


Comments

No comments written yet.

Please login to write comment.