color codes Logo

#db257c color codes

#DB257C
(219,37,124)
0 Favorites   0 Comments

Color spaces of #db257c

RGB 21937124
HSL0.920.720.50
HSV331°83°86°
CMYK 0.000.830.43   0.14
XYZ33.513117.838420.7456
Yxy17.83840.46480.2474
Hunter Lab42.235567.72420.4423
CIE-Lab49.299571.7702-2.4996

#db257c color RGB value is (219,37,124).

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

The process color (four color CMYK) of #db257c color code is 0.00, 0.83, 0.43, 0.14. Web safe color of #db257c is #cc3366. Color #db257c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 01111100
Octal 333 45 174
Decimal 219 37 124
Hex DB 25 7C

RGB Percentages of Color #db257c

%57.63
%9.74
%32.63

CMYK Percentages of Color #db257c

%0
%83
%43
%14

Triadic Colors of #db257c

#db257c #7cdb25 #257cdb

Analogous Colors of #db257c

#db257c #db2925 #db25d7

Monochromatic Colors of #db257c

#db257c

Complementary Color

#db257c #25db84

#db257c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db257c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db257c Color CSS Codes

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

#db257c Text Font Color

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

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


#db257c Background Color

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

This div background color is #db257c


#db257c Border Color

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

This div border color is #db257c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db257c


Comments

No comments written yet.

Please login to write comment.