Color Hex Logo

#db369a Color Hex

#DB369A
(219,54,154)
0 Favorites   0 Comments

Color spaces of #db369a

RGB 21954154
HSL0.900.700.54
HSV324°75°86°
CMYK 0.000.750.30   0.14
XYZ36.365320.031532.5216
Yxy20.03150.40900.2253
Hunter Lab44.756666.7096-11.7525
CIE-Lab51.872870.4278-16.6684

#db369a color RGB value is (219,54,154).

#db369a hex color red value is 219, green value is 54 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #db369a hue: 0.90 , saturation: 0.70 and the lightness value of db369a is 0.54.

The process color (four color CMYK) of #db369a color hex is 0.00, 0.75, 0.30, 0.14. Web safe color of #db369a is #cc3399. Color #db369a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110110 10011010
Octal 333 66 232
Decimal 219 54 154
Hex DB 36 9A

RGB Percentages of Color #db369a

%51.29
%12.65
%36.07

CMYK Percentages of Color #db369a

%0
%75
%30
%14

Triadic Colors of #db369a

#db369a #9adb36 #369adb

Analogous Colors of #db369a

#db369a #db3647 #ca36db

Monochromatic Colors of #db369a

#db369a

Complementary Color

#db369a #36db77

#db369a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db369a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db369a Color CSS Codes

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

#db369a Text Font Color

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

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


#db369a Background Color

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

This div background color is #db369a


#db369a Border Color

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

This div border color is #db369a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db369a


Comments

No comments written yet.

Please login to write comment.