Color Hex Logo

#df327e Color Hex

#DF327E
(223,50,126)
0 Favorites   0 Comments

Color spaces of #df327e

RGB 22350126
HSL0.930.730.54
HSV334°78°87°
CMYK 0.000.780.43   0.13
XYZ35.337919.475521.6353
Yxy19.47550.46220.2548
Hunter Lab44.131165.70441.8247
CIE-Lab51.238969.7089-0.7780

#df327e color RGB value is (223,50,126).

#df327e hex color red value is 223, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #df327e hue: 0.93 , saturation: 0.73 and the lightness value of df327e is 0.54.

The process color (four color CMYK) of #df327e color hex is 0.00, 0.78, 0.43, 0.13. Web safe color of #df327e is #cc3366. Color #df327e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 01111110
Octal 337 62 176
Decimal 223 50 126
Hex DF 32 7E

RGB Percentages of Color #df327e

%55.89
%12.53
%31.58

CMYK Percentages of Color #df327e

%0
%78
%43
%13

Triadic Colors of #df327e

#df327e #7edf32 #327edf

Analogous Colors of #df327e

#df327e #df3d32 #df32d5

Monochromatic Colors of #df327e

#df327e

Complementary Color

#df327e #32df93

#df327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df327e Color CSS Codes

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

#df327e Text Font Color

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

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


#df327e Background Color

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

This div background color is #df327e


#df327e Border Color

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

This div border color is #df327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df327e


Comments

No comments written yet.

Please login to write comment.