Color Hex Logo

#db43be Color Hex

#DB43BE
(219,67,190)
0 Favorites   0 Comments

Color spaces of #db43be

RGB 21967190
HSL0.870.680.56
HSV311°69°86°
CMYK 0.000.690.13   0.14
XYZ40.514822.792150.9791
Yxy22.79210.35450.1994
Hunter Lab47.741167.9347-29.8926
CIE-Lab54.857570.8745-33.1327

#db43be color RGB value is (219,67,190).

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

The process color (four color CMYK) of #db43be color hex is 0.00, 0.69, 0.13, 0.14. Web safe color of #db43be is #cc33cc. Color #db43be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 10111110
Octal 333 103 276
Decimal 219 67 190
Hex DB 43 BE

RGB Percentages of Color #db43be

%46.01
%14.08
%39.92

CMYK Percentages of Color #db43be

%0
%69
%13
%14

Triadic Colors of #db43be

#db43be #bedb43 #43bedb

Analogous Colors of #db43be

#db43be #db4372 #ac43db

Monochromatic Colors of #db43be

#db43be

Complementary Color

#db43be #43db60

#db43be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db43be Color Preview on White Background

Lorem ipsum dolor sit amet.

#db43be Color CSS Codes

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

#db43be Text Font Color

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

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


#db43be Background Color

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

This div background color is #db43be


#db43be Border Color

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

This div border color is #db43be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db43be


Comments

No comments written yet.

Please login to write comment.