Color Hex Logo

#df419b Color Hex

#DF419B
(223,65,155)
0 Favorites   0 Comments

Color spaces of #df419b

RGB 22365155
HSL0.910.710.56
HSV326°71°87°
CMYK 0.000.710.30   0.13
XYZ38.238121.835133.2096
Yxy21.83510.40990.2341
Hunter Lab46.728064.2945-9.4277
CIE-Lab53.851668.0256-14.1929

#df419b color RGB value is (223,65,155).

#df419b hex color red value is 223, green value is 65 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #df419b hue: 0.91 , saturation: 0.71 and the lightness value of df419b is 0.56.

The process color (four color CMYK) of #df419b color hex is 0.00, 0.71, 0.30, 0.13. Web safe color of #df419b is #cc3399. Color #df419b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 10011011
Octal 337 101 233
Decimal 223 65 155
Hex DF 41 9B

RGB Percentages of Color #df419b

%50.34
%14.67
%34.99

CMYK Percentages of Color #df419b

%0
%71
%30
%13

Triadic Colors of #df419b

#df419b #9bdf41 #419bdf

Analogous Colors of #df419b

#df419b #df414c #d441df

Monochromatic Colors of #df419b

#df419b

Complementary Color

#df419b #41df85

#df419b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df419b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df419b Color CSS Codes

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

#df419b Text Font Color

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

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


#df419b Background Color

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

This div background color is #df419b


#df419b Border Color

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

This div border color is #df419b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,65,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #df419b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #df419b;
  -webkit-box-shadow: 1px 1px 3px 2px #df419b;
  box-shadow:         1px 1px 3px 2px #df419b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,65,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df419b


Comments

No comments written yet.

Please login to write comment.