Color Hex Logo

#df376a Color Hex

#DF376A
(223,55,106)
0 Favorites   0 Comments

Color spaces of #df376a

RGB 22355106
HSL0.950.720.55
HSV342°75°87°
CMYK 0.000.750.52   0.13
XYZ34.399119.461015.5790
Yxy19.46100.49540.2803
Hunter Lab44.114661.98779.9421
CIE-Lab51.222266.568411.2945

#df376a color RGB value is (223,55,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110111 01101010
Octal 337 67 152
Decimal 223 55 106
Hex DF 37 6A

RGB Percentages of Color #df376a

%58.07
%14.32
%27.60

CMYK Percentages of Color #df376a

%0
%75
%52
%13

Triadic Colors of #df376a

#df376a #6adf37 #376adf

Analogous Colors of #df376a

#df376a #df5837 #df37be

Monochromatic Colors of #df376a

#df376a

Complementary Color

#df376a #37dfac

#df376a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df376a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df376a Color CSS Codes

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

#df376a Text Font Color

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

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


#df376a Background Color

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

This div background color is #df376a


#df376a Border Color

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

This div border color is #df376a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df376a


Comments

No comments written yet.

Please login to write comment.