Color Hex Logo

#df458a Color Hex

#DF458A
(223,69,138)
0 Favorites   0 Comments

Color spaces of #df458a

RGB 22369138
HSL0.930.710.57
HSV333°69°87°
CMYK 0.000.690.38   0.13
XYZ37.147021.779226.2907
Yxy21.77920.43590.2556
Hunter Lab46.668260.4133-0.7335
CIE-Lab53.791964.7381-4.2096

#df458a color RGB value is (223,69,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000101 10001010
Octal 337 105 212
Decimal 223 69 138
Hex DF 45 8A

RGB Percentages of Color #df458a

%51.86
%16.05
%32.09

CMYK Percentages of Color #df458a

%0
%69
%38
%13

Triadic Colors of #df458a

#df458a #8adf45 #458adf

Analogous Colors of #df458a

#df458a #df4d45 #df45d7

Monochromatic Colors of #df458a

#df458a

Complementary Color

#df458a #45df9a

#df458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df458a Color CSS Codes

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

#df458a Text Font Color

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

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


#df458a Background Color

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

This div background color is #df458a


#df458a Border Color

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

This div border color is #df458a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,69,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 #df458a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df458a


Comments

No comments written yet.

Please login to write comment.