Color Hex Logo

#db427d Color Hex

#DB427D
(219,66,125)
0 Favorites   0 Comments

Color spaces of #db427d

RGB 21966125
HSL0.940.680.56
HSV337°70°86°
CMYK 0.000.700.43   0.14
XYZ34.863320.437221.5093
Yxy20.43720.45390.2661
Hunter Lab45.207558.54313.4357
CIE-Lab52.328063.39801.3266

#db427d color RGB value is (219,66,125).

#db427d hex color red value is 219, green value is 66 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #db427d hue: 0.94 , saturation: 0.68 and the lightness value of db427d is 0.56.

The process color (four color CMYK) of #db427d color hex is 0.00, 0.70, 0.43, 0.14. Web safe color of #db427d is #cc3366. Color #db427d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000010 01111101
Octal 333 102 175
Decimal 219 66 125
Hex DB 42 7D

RGB Percentages of Color #db427d

%53.41
%16.10
%30.49

CMYK Percentages of Color #db427d

%0
%70
%43
%14

Triadic Colors of #db427d

#db427d #7ddb42 #427ddb

Analogous Colors of #db427d

#db427d #db5442 #db42ca

Monochromatic Colors of #db427d

#db427d

Complementary Color

#db427d #42dba0

#db427d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db427d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db427d Color CSS Codes

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

#db427d Text Font Color

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

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


#db427d Background Color

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

This div background color is #db427d


#db427d Border Color

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

This div border color is #db427d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db427d


Comments

No comments written yet.

Please login to write comment.