Color Hex Logo

#df125b Color Hex

#DF125B
(223,18,91)
0 Favorites   0 Comments

Color spaces of #df125b

RGB 2231891
HSL0.940.850.47
HSV339°92°87°
CMYK 0.000.920.59   0.13
XYZ32.536116.875911.4401
Yxy16.87590.53470.2773
Hunter Lab41.080369.483712.2450
CIE-Lab48.103373.459916.1487

#df125b color RGB value is (223,18,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010010 01011011
Octal 337 22 133
Decimal 223 18 91
Hex DF 12 5B

RGB Percentages of Color #df125b

%67.17
%5.42
%27.41

CMYK Percentages of Color #df125b

%0
%92
%59
%13

Triadic Colors of #df125b

#df125b #5bdf12 #125bdf

Analogous Colors of #df125b

#df125b #df3012 #df12c2

Monochromatic Colors of #df125b

#df125b

Complementary Color

#df125b #12df96

#df125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df125b Color CSS Codes

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

#df125b Text Font Color

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

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


#df125b Background Color

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

This div background color is #df125b


#df125b Border Color

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

This div border color is #df125b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df125b


Comments

No comments written yet.

Please login to write comment.