Color Hex Logo

#db275d Color Hex

#DB275D
(219,39,93)
0 Favorites   0 Comments

Color spaces of #db275d

RGB 2193993
HSL0.950.710.51
HSV342°82°86°
CMYK 0.000.820.58   0.14
XYZ31.914717.301412.0133
Yxy17.30140.52120.2826
Hunter Lab41.595064.167111.9925
CIE-Lab48.637668.915915.5193

#db275d color RGB value is (219,39,93).

#db275d hex color red value is 219, green value is 39 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #db275d hue: 0.95 , saturation: 0.71 and the lightness value of db275d is 0.51.

The process color (four color CMYK) of #db275d color hex is 0.00, 0.82, 0.58, 0.14. Web safe color of #db275d is #cc3366. Color #db275d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 01011101
Octal 333 47 135
Decimal 219 39 93
Hex DB 27 5D

RGB Percentages of Color #db275d

%62.39
%11.11
%26.50

CMYK Percentages of Color #db275d

%0
%82
%58
%14

Triadic Colors of #db275d

#db275d #5ddb27 #275ddb

Analogous Colors of #db275d

#db275d #db4b27 #db27b7

Monochromatic Colors of #db275d

#db275d

Complementary Color

#db275d #27dba5

#db275d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db275d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db275d Color CSS Codes

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

#db275d Text Font Color

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

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


#db275d Background Color

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

This div background color is #db275d


#db275d Border Color

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

This div border color is #db275d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db275d


Comments

No comments written yet.

Please login to write comment.