Color Hex Logo

#df075b Color Hex

#DF075B
(223,7,91)
0 Favorites   0 Comments

Color spaces of #df075b

RGB 223791
HSL0.940.940.45
HSV337°97°87°
CMYK 0.000.970.59   0.13
XYZ32.395716.595311.3933
Yxy16.59530.53650.2748
Hunter Lab40.737370.658911.9341
CIE-Lab47.746074.496015.6616

#df075b color RGB value is (223,7,91).

#df075b hex color red value is 223, green value is 7 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #df075b hue: 0.94 , saturation: 0.94 and the lightness value of df075b is 0.45.

The process color (four color CMYK) of #df075b color hex is 0.00, 0.97, 0.59, 0.13. Web safe color of #df075b is #cc0066. Color #df075b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000111 01011011
Octal 337 7 133
Decimal 223 7 91
Hex DF 7 5B

RGB Percentages of Color #df075b

%69.47
%2.18
%28.35

CMYK Percentages of Color #df075b

%0
%97
%59
%13

Triadic Colors of #df075b

#df075b #5bdf07 #075bdf

Analogous Colors of #df075b

#df075b #df1f07 #df07c7

Monochromatic Colors of #df075b

#df075b

Complementary Color

#df075b #07df8b

#df075b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df075b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df075b Color CSS Codes

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

#df075b Text Font Color

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

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


#df075b Background Color

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

This div background color is #df075b


#df075b Border Color

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

This div border color is #df075b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df075b


Comments

No comments written yet.

Please login to write comment.