Color Hex Logo

#df468a Color Hex

#DF468A
(223,70,138)
0 Favorites   0 Comments

Color spaces of #df468a

RGB 22370138
HSL0.930.710.57
HSV333°69°87°
CMYK 0.000.690.38   0.13
XYZ37.209021.903326.3114
Yxy21.90330.43560.2564
Hunter Lab46.801060.0143-0.5720
CIE-Lab53.924364.3710-4.0141

#df468a color RGB value is (223,70,138).

#df468a hex color red value is 223, green value is 70 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #df468a hue: 0.93 , saturation: 0.71 and the lightness value of df468a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 10001010
Octal 337 106 212
Decimal 223 70 138
Hex DF 46 8A

RGB Percentages of Color #df468a

%51.74
%16.24
%32.02

CMYK Percentages of Color #df468a

%0
%69
%38
%13

Triadic Colors of #df468a

#df468a #8adf46 #468adf

Analogous Colors of #df468a

#df468a #df4f46 #df46d7

Monochromatic Colors of #df468a

#df468a

Complementary Color

#df468a #46df9b

#df468a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df468a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df468a Color CSS Codes

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

#df468a Text Font Color

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

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


#df468a Background Color

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

This div background color is #df468a


#df468a Border Color

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

This div border color is #df468a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df468a


Comments

No comments written yet.

Please login to write comment.