Color Hex Logo

#df015b Color Hex

#DF015B
(223,1,91)
0 Favorites   0 Comments

Color spaces of #df015b

RGB 223191
HSL0.930.990.44
HSV336°100°87°
CMYK 0.001.000.59   0.13
XYZ32.330616.465011.3716
Yxy16.46500.53730.2737
Hunter Lab40.577171.213511.7881
CIE-Lab47.578774.982915.4331

#df015b color RGB value is (223,1,91).

#df015b hex color red value is 223, green value is 1 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #df015b hue: 0.93 , saturation: 0.99 and the lightness value of df015b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000001 01011011
Octal 337 1 133
Decimal 223 1 91
Hex DF 1 5B

RGB Percentages of Color #df015b

%70.79
%0.32
%28.89

CMYK Percentages of Color #df015b

%0
%100
%59
%13

Triadic Colors of #df015b

#df015b #5bdf01 #015bdf

Analogous Colors of #df015b

#df015b #df1601 #df01ca

Monochromatic Colors of #df015b

#df015b

Complementary Color

#df015b #01df85

#df015b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df015b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df015b Color CSS Codes

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

#df015b Text Font Color

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

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


#df015b Background Color

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

This div background color is #df015b


#df015b Border Color

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

This div border color is #df015b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df015b


Comments

No comments written yet.

Please login to write comment.