Color Hex Logo

#db3ece Color Hex

#DB3ECE
(219,62,206)
0 Favorites   0 Comments

Color spaces of #db3ece

RGB 21962206
HSL0.850.690.55
HSV305°72°86°
CMYK 0.000.720.06   0.14
XYZ42.076622.961560.6069
Yxy22.96150.33490.1827
Hunter Lab47.918272.8828-41.4473
CIE-Lab55.032774.8941-42.0494

#db3ece color RGB value is (219,62,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00111110 11001110
Octal 333 76 316
Decimal 219 62 206
Hex DB 3E CE

RGB Percentages of Color #db3ece

%44.97
%12.73
%42.30

CMYK Percentages of Color #db3ece

%0
%72
%6
%14

Triadic Colors of #db3ece

#db3ece #cedb3e #3ecedb

Analogous Colors of #db3ece

#db3ece #db3e80 #9a3edb

Monochromatic Colors of #db3ece

#db3ece

Complementary Color

#db3ece #3edb4b

#db3ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db3ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#db3ece Color CSS Codes

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

#db3ece Text Font Color

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

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


#db3ece Background Color

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

This div background color is #db3ece


#db3ece Border Color

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

This div border color is #db3ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db3ece


Comments

No comments written yet.

Please login to write comment.