Color Hex Logo

#df065d Color Hex

#DF065D
(223,6,93)
0 Favorites   0 Comments

Color spaces of #df065d

RGB 223693
HSL0.930.950.45
HSV336°97°87°
CMYK 0.000.970.58   0.13
XYZ32.472316.608511.8502
Yxy16.60850.53290.2726
Hunter Lab40.753570.909611.2873
CIE-Lab47.762974.698314.4474

#df065d color RGB value is (223,6,93).

#df065d hex color red value is 223, green value is 6 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #df065d hue: 0.93 , saturation: 0.95 and the lightness value of df065d is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000110 01011101
Octal 337 6 135
Decimal 223 6 93
Hex DF 6 5D

RGB Percentages of Color #df065d

%69.25
%1.86
%28.88

CMYK Percentages of Color #df065d

%0
%97
%58
%13

Triadic Colors of #df065d

#df065d #5ddf06 #065ddf

Analogous Colors of #df065d

#df065d #df1c06 #df06ca

Monochromatic Colors of #df065d

#df065d

Complementary Color

#df065d #06df88

#df065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#df065d Color CSS Codes

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

#df065d Text Font Color

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

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


#df065d Background Color

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

This div background color is #df065d


#df065d Border Color

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

This div border color is #df065d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df065d


Comments

No comments written yet.

Please login to write comment.