Color Hex Logo

#df297b Color Hex

#DF297B
(223,41,123)
0 Favorites   0 Comments

Color spaces of #df297b

RGB 22341123
HSL0.920.740.52
HSV333°82°87°
CMYK 0.000.820.45   0.13
XYZ34.799518.703920.5150
Yxy18.70390.47010.2527
Hunter Lab43.248067.94602.1490
CIE-Lab50.339071.7528-0.2794

#df297b color RGB value is (223,41,123).

#df297b hex color red value is 223, green value is 41 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #df297b hue: 0.92 , saturation: 0.74 and the lightness value of df297b is 0.52.

The process color (four color CMYK) of #df297b color hex is 0.00, 0.82, 0.45, 0.13. Web safe color of #df297b is #cc3366. Color #df297b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 01111011
Octal 337 51 173
Decimal 223 41 123
Hex DF 29 7B

RGB Percentages of Color #df297b

%57.62
%10.59
%31.78

CMYK Percentages of Color #df297b

%0
%82
%45
%13

Triadic Colors of #df297b

#df297b #7bdf29 #297bdf

Analogous Colors of #df297b

#df297b #df3229 #df29d6

Monochromatic Colors of #df297b

#df297b

Complementary Color

#df297b #29df8d

#df297b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df297b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df297b Color CSS Codes

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

#df297b Text Font Color

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

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


#df297b Background Color

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

This div background color is #df297b


#df297b Border Color

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

This div border color is #df297b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df297b


Comments

No comments written yet.

Please login to write comment.