Color Hex Logo

#df237b Color Hex

#DF237B
(223,35,123)
0 Favorites   0 Comments

Color spaces of #df237b

RGB 22335123
HSL0.920.750.51
HSV332°84°87°
CMYK 0.000.840.45   0.13
XYZ34.607618.320120.4510
Yxy18.32010.47160.2497
Hunter Lab42.802069.42291.6323
CIE-Lab49.882173.0635-0.9478

#df237b color RGB value is (223,35,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 01111011
Octal 337 43 173
Decimal 223 35 123
Hex DF 23 7B

RGB Percentages of Color #df237b

%58.53
%9.19
%32.28

CMYK Percentages of Color #df237b

%0
%84
%45
%13

Triadic Colors of #df237b

#df237b #7bdf23 #237bdf

Analogous Colors of #df237b

#df237b #df2923 #df23d9

Monochromatic Colors of #df237b

#df237b

Complementary Color

#df237b #23df87

#df237b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df237b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df237b Color CSS Codes

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

#df237b Text Font Color

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

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


#df237b Background Color

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

This div background color is #df237b


#df237b Border Color

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

This div border color is #df237b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df237b


Comments

No comments written yet.

Please login to write comment.