Color Hex Logo

#db4291 Color Hex

#DB4291
(219,66,145)
0 Favorites   0 Comments

Color spaces of #db4291

RGB 21966145
HSL0.910.680.56
HSV329°70°86°
CMYK 0.000.700.34   0.14
XYZ36.272521.000828.9299
Yxy21.00080.42080.2436
Hunter Lab45.826661.0890-5.3506
CIE-Lab52.950465.4741-9.6958

#db4291 color RGB value is (219,66,145).

#db4291 hex color red value is 219, green value is 66 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #db4291 hue: 0.91 , saturation: 0.68 and the lightness value of db4291 is 0.56.

The process color (four color CMYK) of #db4291 color hex is 0.00, 0.70, 0.34, 0.14. Web safe color of #db4291 is #cc3399. Color #db4291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 10010001
Octal 333 102 221
Decimal 219 66 145
Hex DB 42 91

RGB Percentages of Color #db4291

%50.93
%15.35
%33.72

CMYK Percentages of Color #db4291

%0
%70
%34
%14

Triadic Colors of #db4291

#db4291 #91db42 #4291db

Analogous Colors of #db4291

#db4291 #db4245 #d942db

Monochromatic Colors of #db4291

#db4291

Complementary Color

#db4291 #42db8c

#db4291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4291 Color CSS Codes

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

#db4291 Text Font Color

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

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


#db4291 Background Color

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

This div background color is #db4291


#db4291 Border Color

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

This div border color is #db4291


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,66,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4291


Comments

No comments written yet.

Please login to write comment.