Color Hex Logo

#db3ebf Color Hex

#DB3EBF
(219,62,191)
0 Favorites   0 Comments

Color spaces of #db3ebf

RGB 21962191
HSL0.860.690.55
HSV311°72°86°
CMYK 0.000.720.13   0.14
XYZ40.340022.266951.4620
Yxy22.26690.35360.1952
Hunter Lab47.187870.0177-31.6289
CIE-Lab54.309172.6968-34.5672

#db3ebf color RGB value is (219,62,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111110 10111111
Octal 333 76 277
Decimal 219 62 191
Hex DB 3E BF

RGB Percentages of Color #db3ebf

%46.40
%13.14
%40.47

CMYK Percentages of Color #db3ebf

%0
%72
%13
%14

Triadic Colors of #db3ebf

#db3ebf #bfdb3e #3ebfdb

Analogous Colors of #db3ebf

#db3ebf #db3e71 #a93edb

Monochromatic Colors of #db3ebf

#db3ebf

Complementary Color

#db3ebf #3edb5a

#db3ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3ebf Color CSS Codes

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

#db3ebf Text Font Color

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

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


#db3ebf Background Color

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

This div background color is #db3ebf


#db3ebf Border Color

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

This div border color is #db3ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,62,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 #db3ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3ebf


Comments

No comments written yet.

Please login to write comment.