Color Hex Logo

#db43bf Color Hex

#DB43BF
(219,67,191)
0 Favorites   0 Comments

Color spaces of #db43bf

RGB 21967191
HSL0.860.680.56
HSV311°69°86°
CMYK 0.000.690.13   0.14
XYZ40.624522.836051.5568
Yxy22.83600.35320.1985
Hunter Lab47.787068.1183-30.5163
CIE-Lab54.903071.0179-33.6388

#db43bf color RGB value is (219,67,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 10111111
Octal 333 103 277
Decimal 219 67 191
Hex DB 43 BF

RGB Percentages of Color #db43bf

%45.91
%14.05
%40.04

CMYK Percentages of Color #db43bf

%0
%69
%13
%14

Triadic Colors of #db43bf

#db43bf #bfdb43 #43bfdb

Analogous Colors of #db43bf

#db43bf #db4373 #ab43db

Monochromatic Colors of #db43bf

#db43bf

Complementary Color

#db43bf #43db5f

#db43bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db43bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db43bf Color CSS Codes

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

#db43bf Text Font Color

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

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


#db43bf Background Color

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

This div background color is #db43bf


#db43bf Border Color

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

This div border color is #db43bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db43bf


Comments

No comments written yet.

Please login to write comment.