Color Hex Logo

#df234b Color Hex

#DF234B
(223,35,75)
0 Favorites   0 Comments

Color spaces of #df234b

RGB 2233575
HSL0.960.750.51
HSV347°84°87°
CMYK 0.000.840.66   0.13
XYZ32.302517.39808.3122
Yxy17.39800.55680.2999
Hunter Lab41.710965.243017.3823
CIE-Lab48.757769.800326.8083

#df234b color RGB value is (223,35,75).

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

The process color (four color CMYK) of #df234b color hex is 0.00, 0.84, 0.66, 0.13. Web safe color of #df234b is #cc3333. Color #df234b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 01001011
Octal 337 43 113
Decimal 223 35 75
Hex DF 23 4B

RGB Percentages of Color #df234b

%66.97
%10.51
%22.52

CMYK Percentages of Color #df234b

%0
%84
%66
%13

Triadic Colors of #df234b

#df234b #4bdf23 #234bdf

Analogous Colors of #df234b

#df234b #df5923 #df23a9

Monochromatic Colors of #df234b

#df234b

Complementary Color

#df234b #23dfb7

#df234b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df234b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df234b Color CSS Codes

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

#df234b Text Font Color

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

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


#df234b Background Color

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

This div background color is #df234b


#df234b Border Color

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

This div border color is #df234b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df234b


Comments

No comments written yet.

Please login to write comment.