Color Hex Logo

#df387a Color Hex

#DF387A
(223,56,122)
0 Favorites   0 Comments

Color spaces of #df387a

RGB 22356122
HSL0.930.720.55
HSV336°75°87°
CMYK 0.000.750.45   0.13
XYZ35.358519.921520.3940
Yxy19.92150.46720.2633
Hunter Lab44.633563.29844.1526
CIE-Lab51.748367.58302.3764

#df387a color RGB value is (223,56,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111000 01111010
Octal 337 70 172
Decimal 223 56 122
Hex DF 38 7A

RGB Percentages of Color #df387a

%55.61
%13.97
%30.42

CMYK Percentages of Color #df387a

%0
%75
%45
%13

Triadic Colors of #df387a

#df387a #7adf38 #387adf

Analogous Colors of #df387a

#df387a #df4a38 #df38ce

Monochromatic Colors of #df387a

#df387a

Complementary Color

#df387a #38df9d

#df387a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df387a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df387a Color CSS Codes

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

#df387a Text Font Color

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

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


#df387a Background Color

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

This div background color is #df387a


#df387a Border Color

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

This div border color is #df387a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df387a


Comments

No comments written yet.

Please login to write comment.