Color Hex Logo

#df145b Color Hex

#DF145B
(223,20,91)
0 Favorites   0 Comments

Color spaces of #df145b

RGB 2232091
HSL0.940.840.48
HSV339°91°87°
CMYK 0.000.910.59   0.13
XYZ32.569916.943611.4513
Yxy16.94360.53420.2779
Hunter Lab41.162669.203512.3195
CIE-Lab48.188973.212016.2655

#df145b color RGB value is (223,20,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010100 01011011
Octal 337 24 133
Decimal 223 20 91
Hex DF 14 5B

RGB Percentages of Color #df145b

%66.77
%5.99
%27.25

CMYK Percentages of Color #df145b

%0
%91
%59
%13

Triadic Colors of #df145b

#df145b #5bdf14 #145bdf

Analogous Colors of #df145b

#df145b #df3214 #df14c1

Monochromatic Colors of #df145b

#df145b

Complementary Color

#df145b #14df98

#df145b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df145b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df145b Color CSS Codes

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

#df145b Text Font Color

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

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


#df145b Background Color

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

This div background color is #df145b


#df145b Border Color

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

This div border color is #df145b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df145b


Comments

No comments written yet.

Please login to write comment.