Color Hex Logo

#db4386 Color Hex

#DB4386
(219,67,134)
0 Favorites   0 Comments

Color spaces of #db4386

RGB 21967134
HSL0.930.680.56
HSV334°69°86°
CMYK 0.000.690.39   0.14
XYZ35.523620.795624.6959
Yxy20.79560.43850.2567
Hunter Lab45.602259.2457-0.1870
CIE-Lab52.725163.9319-3.4781

#db4386 color RGB value is (219,67,134).

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

The process color (four color CMYK) of #db4386 color hex is 0.00, 0.69, 0.39, 0.14. Web safe color of #db4386 is #cc3399. Color #db4386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 10000110
Octal 333 103 206
Decimal 219 67 134
Hex DB 43 86

RGB Percentages of Color #db4386

%52.14
%15.95
%31.90

CMYK Percentages of Color #db4386

%0
%69
%39
%14

Triadic Colors of #db4386

#db4386 #86db43 #4386db

Analogous Colors of #db4386

#db4386 #db4c43 #db43d2

Monochromatic Colors of #db4386

#db4386

Complementary Color

#db4386 #43db98

#db4386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4386 Color CSS Codes

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

#db4386 Text Font Color

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

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


#db4386 Background Color

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

This div background color is #db4386


#db4386 Border Color

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

This div border color is #db4386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4386


Comments

No comments written yet.

Please login to write comment.