Color Hex Logo

#db387b Color Hex

#DB387B
(219,56,123)
0 Favorites   0 Comments

Color spaces of #db387b

RGB 21956123
HSL0.930.690.54
HSV335°74°86°
CMYK 0.000.740.44   0.14
XYZ34.202719.318520.6650
Yxy19.31850.46100.2604
Hunter Lab43.952861.98572.8910
CIE-Lab51.057866.59790.6811

#db387b color RGB value is (219,56,123).

#db387b hex color red value is 219, green value is 56 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #db387b hue: 0.93 , saturation: 0.69 and the lightness value of db387b is 0.54.

The process color (four color CMYK) of #db387b color hex is 0.00, 0.74, 0.44, 0.14. Web safe color of #db387b is #cc3366. Color #db387b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 01111011
Octal 333 70 173
Decimal 219 56 123
Hex DB 38 7B

RGB Percentages of Color #db387b

%55.03
%14.07
%30.90

CMYK Percentages of Color #db387b

%0
%74
%44
%14

Triadic Colors of #db387b

#db387b #7bdb38 #387bdb

Analogous Colors of #db387b

#db387b #db4638 #db38cd

Monochromatic Colors of #db387b

#db387b

Complementary Color

#db387b #38db98

#db387b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db387b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db387b Color CSS Codes

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

#db387b Text Font Color

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

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


#db387b Background Color

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

This div background color is #db387b


#db387b Border Color

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

This div border color is #db387b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db387b


Comments

No comments written yet.

Please login to write comment.