Color Hex Logo

#df23af Color Hex

#DF23AF
(223,35,175)
0 Favorites   0 Comments

Color spaces of #df23af

RGB 22335175
HSL0.880.750.51
HSV315°84°87°
CMYK 0.000.840.22   0.13
XYZ38.770319.985242.3715
Yxy19.98520.38340.1976
Hunter Lab44.704876.5709-24.9021
CIE-Lab51.820578.4851-29.0844

#df23af color RGB value is (223,35,175).

#df23af hex color red value is 223, green value is 35 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #df23af hue: 0.88 , saturation: 0.75 and the lightness value of df23af is 0.51.

The process color (four color CMYK) of #df23af color hex is 0.00, 0.84, 0.22, 0.13. Web safe color of #df23af is #cc3399. Color #df23af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 10101111
Octal 337 43 257
Decimal 223 35 175
Hex DF 23 AF

RGB Percentages of Color #df23af

%51.50
%8.08
%40.42

CMYK Percentages of Color #df23af

%0
%84
%22
%13

Triadic Colors of #df23af

#df23af #afdf23 #23afdf

Analogous Colors of #df23af

#df23af #df2351 #b123df

Monochromatic Colors of #df23af

#df23af

Complementary Color

#df23af #23df53

#df23af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df23af Color Preview on White Background

Lorem ipsum dolor sit amet.

#df23af Color CSS Codes

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

#df23af Text Font Color

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

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


#df23af Background Color

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

This div background color is #df23af


#df23af Border Color

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

This div border color is #df23af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df23af


Comments

No comments written yet.

Please login to write comment.