Color Hex Logo

#db38af Color Hex

#DB38AF
(219,56,175)
0 Favorites   0 Comments

Color spaces of #db38af

RGB 21956175
HSL0.880.690.54
HSV316°74°86°
CMYK 0.000.740.20   0.14
XYZ38.365520.983642.5856
Yxy20.98360.37640.2059
Hunter Lab45.807969.3355-23.0539
CIE-Lab52.931572.4009-27.4143

#db38af color RGB value is (219,56,175).

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

The process color (four color CMYK) of #db38af color hex is 0.00, 0.74, 0.20, 0.14. Web safe color of #db38af is #cc3399. Color #db38af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111000 10101111
Octal 333 70 257
Decimal 219 56 175
Hex DB 38 AF

RGB Percentages of Color #db38af

%48.67
%12.44
%38.89

CMYK Percentages of Color #db38af

%0
%74
%20
%14

Triadic Colors of #db38af

#db38af #afdb38 #38afdb

Analogous Colors of #db38af

#db38af #db385e #b638db

Monochromatic Colors of #db38af

#db38af

Complementary Color

#db38af #38db64

#db38af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db38af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db38af Color CSS Codes

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

#db38af Text Font Color

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

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


#db38af Background Color

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

This div background color is #db38af


#db38af Border Color

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

This div border color is #db38af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db38af


Comments

No comments written yet.

Please login to write comment.