Color Hex Logo

#df0758 Color Hex

#DF0758
(223,7,88)
0 Favorites   0 Comments

Color spaces of #df0758

RGB 223788
HSL0.940.940.45
HSV338°97°87°
CMYK 0.000.970.61   0.13
XYZ32.268916.544510.7252
Yxy16.54450.54200.2779
Hunter Lab40.674970.429412.8388
CIE-Lab47.680974.320417.4287

#df0758 color RGB value is (223,7,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000111 01011000
Octal 337 7 130
Decimal 223 7 88
Hex DF 7 58

RGB Percentages of Color #df0758

%70.13
%2.20
%27.67

CMYK Percentages of Color #df0758

%0
%97
%61
%13

Triadic Colors of #df0758

#df0758 #58df07 #0758df

Analogous Colors of #df0758

#df0758 #df2207 #df07c4

Monochromatic Colors of #df0758

#df0758

Complementary Color

#df0758 #07df8e

#df0758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df0758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df0758 Color CSS Codes

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

#df0758 Text Font Color

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

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


#df0758 Background Color

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

This div background color is #df0758


#df0758 Border Color

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

This div border color is #df0758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df0758


Comments

No comments written yet.

Please login to write comment.