Color Hex Logo

#df418b Color Hex

#DF418B
(223,65,139)
0 Favorites   0 Comments

Color spaces of #df418b

RGB 22365139
HSL0.920.710.56
HSV332°71°87°
CMYK 0.000.710.38   0.13
XYZ36.981921.332626.5945
Yxy21.33260.43550.2512
Hunter Lab46.187262.0965-1.8080
CIE-Lab53.311666.2661-5.5156

#df418b color RGB value is (223,65,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 10001011
Octal 337 101 213
Decimal 223 65 139
Hex DF 41 8B

RGB Percentages of Color #df418b

%52.22
%15.22
%32.55

CMYK Percentages of Color #df418b

%0
%71
%38
%13

Triadic Colors of #df418b

#df418b #8bdf41 #418bdf

Analogous Colors of #df418b

#df418b #df4641 #df41da

Monochromatic Colors of #df418b

#df418b

Complementary Color

#df418b #41df95

#df418b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df418b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df418b Color CSS Codes

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

#df418b Text Font Color

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

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


#df418b Background Color

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

This div background color is #df418b


#df418b Border Color

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

This div border color is #df418b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df418b


Comments

No comments written yet.

Please login to write comment.