Color Hex Logo

#db2698 Color Hex

#DB2698
(219,38,152)
0 Favorites   0 Comments

Color spaces of #db2698

RGB 21938152
HSL0.900.720.50
HSV322°83°86°
CMYK 0.000.830.31   0.14
XYZ35.574018.713331.4428
Yxy18.71330.41500.2183
Hunter Lab43.258971.0867-12.8138
CIE-Lab50.350174.3391-17.7989

#db2698 color RGB value is (219,38,152).

#db2698 hex color red value is 219, green value is 38 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #db2698 hue: 0.90 , saturation: 0.72 and the lightness value of db2698 is 0.50.

The process color (four color CMYK) of #db2698 color hex is 0.00, 0.83, 0.31, 0.14. Web safe color of #db2698 is #cc3399. Color #db2698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100110 10011000
Octal 333 46 230
Decimal 219 38 152
Hex DB 26 98

RGB Percentages of Color #db2698

%53.55
%9.29
%37.16

CMYK Percentages of Color #db2698

%0
%83
%31
%14

Triadic Colors of #db2698

#db2698 #98db26 #2698db

Analogous Colors of #db2698

#db2698 #db263e #c426db

Monochromatic Colors of #db2698

#db2698

Complementary Color

#db2698 #26db69

#db2698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2698 Color CSS Codes

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

#db2698 Text Font Color

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

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


#db2698 Background Color

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

This div background color is #db2698


#db2698 Border Color

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

This div border color is #db2698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2698


Comments

No comments written yet.

Please login to write comment.