Color Hex Logo

#db94be Color Hex

#DB94BE
(219,148,190)
0 Favorites   0 Comments

Color spaces of #db94be

RGB 219148190
HSL0.900.500.72
HSV325°32°86°
CMYK 0.000.320.13   0.14
XYZ49.097639.957653.8401
Yxy39.95760.34360.2796
Hunter Lab63.212028.0222-6.2511
CIE-Lab69.439332.9114-10.8442

#db94be color RGB value is (219,148,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 10111110
Octal 333 224 276
Decimal 219 148 190
Hex DB 94 BE

RGB Percentages of Color #db94be

%39.32
%26.57
%34.11

CMYK Percentages of Color #db94be

%0
%32
%13
%14

Triadic Colors of #db94be

#db94be #bedb94 #94bedb

Analogous Colors of #db94be

#db94be #db949b #d594db

Monochromatic Colors of #db94be

#db94be

Complementary Color

#db94be #94dbb1

#db94be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db94be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db94be Color CSS Codes

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

#db94be Text Font Color

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

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


#db94be Background Color

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

This div background color is #db94be


#db94be Border Color

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

This div border color is #db94be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db94be


Comments

No comments written yet.

Please login to write comment.