Color Hex Logo

#df385b Color Hex

#DF385B
(223,56,91)
0 Favorites   0 Comments

Color spaces of #df385b

RGB 2235691
HSL0.970.720.55
HSV347°75°87°
CMYK 0.000.750.59   0.13
XYZ33.733919.271711.8394
Yxy19.27170.52020.2972
Hunter Lab43.899560.341314.7396
CIE-Lab51.003665.199220.0638

#df385b color RGB value is (223,56,91).

#df385b hex color red value is 223, green value is 56 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #df385b hue: 0.97 , saturation: 0.72 and the lightness value of df385b is 0.55.

The process color (four color CMYK) of #df385b color hex is 0.00, 0.75, 0.59, 0.13. Web safe color of #df385b is #cc3366. Color #df385b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111000 01011011
Octal 337 70 133
Decimal 223 56 91
Hex DF 38 5B

RGB Percentages of Color #df385b

%60.27
%15.14
%24.59

CMYK Percentages of Color #df385b

%0
%75
%59
%13

Triadic Colors of #df385b

#df385b #5bdf38 #385bdf

Analogous Colors of #df385b

#df385b #df6938 #df38af

Monochromatic Colors of #df385b

#df385b

Complementary Color

#df385b #38dfbc

#df385b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df385b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df385b Color CSS Codes

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

#df385b Text Font Color

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

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


#df385b Background Color

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

This div background color is #df385b


#df385b Border Color

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

This div border color is #df385b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df385b


Comments

No comments written yet.

Please login to write comment.