Color Hex Logo

#df3188 Color Hex

#DF3188
(223,49,136)
0 Favorites   0 Comments

Color spaces of #df3188

RGB 22349136
HSL0.920.730.53
HSV330°78°87°
CMYK 0.000.780.39   0.13
XYZ35.973719.662225.1917
Yxy19.66220.44510.2433
Hunter Lab44.342167.2143-2.6445
CIE-Lab51.453170.9291-6.4819

#df3188 color RGB value is (223,49,136).

#df3188 hex color red value is 223, green value is 49 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #df3188 hue: 0.92 , saturation: 0.73 and the lightness value of df3188 is 0.53.

The process color (four color CMYK) of #df3188 color hex is 0.00, 0.78, 0.39, 0.13. Web safe color of #df3188 is #cc3399. Color #df3188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110001 10001000
Octal 337 61 210
Decimal 223 49 136
Hex DF 31 88

RGB Percentages of Color #df3188

%54.66
%12.01
%33.33

CMYK Percentages of Color #df3188

%0
%78
%39
%13

Triadic Colors of #df3188

#df3188 #88df31 #3188df

Analogous Colors of #df3188

#df3188 #df3131 #df31df

Monochromatic Colors of #df3188

#df3188

Complementary Color

#df3188 #31df88

#df3188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3188 Color CSS Codes

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

#df3188 Text Font Color

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

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


#df3188 Background Color

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

This div background color is #df3188


#df3188 Border Color

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

This div border color is #df3188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3188


Comments

No comments written yet.

Please login to write comment.